Supported Field Types

Blocks for ACF Fields supports a wide range of Advanced Custom Fields (ACF) and Secure Custom Fields (SCF) field types directly inside the WordPress Block Editor. Each field type may support one or more display formats depending on the structure of the field data and how the content should be rendered on the frontend. You can learn more about the available display formats here.

Some field types are available in the free version, while additional advanced field types are unlocked in the PRO version.

Field TypeFree VersionPro Version
Text✔️✔️
Text Area✔️✔️
Number✔️✔️
Range✔️✔️
Email✔️✔️
URL✔️✔️
Password✔️✔️
Image✔️✔️
File✔️✔️
WYSIWYG Editor✔️✔️
oEmbed✔️✔️
Gallery✔️
Select✔️✔️
Checkbox✔️✔️
Radio Button✔️✔️
Button Group✔️✔️
True / False✔️✔️
Link✔️✔️
Post Object✔️✔️
Page Link✔️✔️
Relationship✔️✔️
Taxonomy✔️✔️
User✔️✔️
Google Maps✔️✔️
Date Picker✔️✔️
Date Time Picker✔️✔️
Time Picker✔️✔️
Color Picker✔️✔️
Icon Picker✔️✔️
Group✔️
Repeater✔️
Flexible Content

Group

Unlike other field types, a Group field itself is not rendered as a single output. Instead, when a Group field is detected, the ACF Field block exposes all sub fields inside the group as selectable fields. This means you do not load the Group field as a container; you load and display its sub fields individually.

For example, if you have a Group field named “Author Info” that contains sub fields such as Name and Bio, each of these sub fields will appear as separate, selectable options in the ACF Field block such as Author Info – Name and Author Info – Bio. You can then place and style each sub field anywhere in the block editor, just like regular ACF fields.

Flexible Content

Flexible Content field support is currently still in development and is planned for a future update. While it is not available yet in either the free or PRO version, support is actively being explored as part of the plugin’s long-term roadmap.