Title: Flexible Content Field
Published: February 20, 2025
Last modified: February 21, 2025

---

# Flexible Content Field

## In this article

 * [Key Features](https://developer.wordpress.org/secure-custom-fields/code-reference/fields/flexible-content/?output_format=md#key-features)
 * [Settings](https://developer.wordpress.org/secure-custom-fields/code-reference/fields/flexible-content/?output_format=md#settings)

[ Back to top](https://developer.wordpress.org/secure-custom-fields/code-reference/fields/flexible-content/?output_format=md#wp--skip-link--target)

The Flexible Content field provides a flexible content builder interface. It allows
users to create dynamic layouts by selecting from predefined content block types
and arranging them in any order.

## 󠀁[Key Features](https://developer.wordpress.org/secure-custom-fields/code-reference/fields/flexible-content/?output_format=md#key-features)󠁿

 * Dynamic layout builder
 * Multiple layout types
 * Drag and drop ordering
 * Nested content structures
 * Customizable templates

## 󠀁[Settings](https://developer.wordpress.org/secure-custom-fields/code-reference/fields/flexible-content/?output_format=md#settings)󠁿

 * Layouts – Define available content block types
 * Button Label – Customize the “Add Row” text
 * Min/Max Layouts – Limit number of blocks
 * Layout Settings – Configure each layout type

First published

February 20, 2025

Last updated

February 21, 2025

Edit article

[ Improve it on GitHub: Flexible Content Field ](https://github.com/wordpress/secure-custom-fields/edit/trunk/docs/features/field/flexible-content/index.md)

Changelog

[ See list of changes: Flexible Content Field ](https://github.com/wordpress/secure-custom-fields/commits/trunk/docs/features/field/flexible-content/index.md)

[  Previous: Using the File Field](https://developer.wordpress.org/secure-custom-fields/code-reference/fields/file/file-tutorial/)

[  Next: Using the Flexible Content Field](https://developer.wordpress.org/secure-custom-fields/code-reference/fields/flexible-content/flexible-content-tutorial/)