ACF / Meta Box integration
Both ACF and Meta Box are developed and supported as a twin. There might be plugin-specific functions and fields in the future, then we will create separate content for them.
For CSS variables When using ACF/Meta Box variables as CSS variables, please set the values with var() because var({acf_some_value}) format is not working properly at the moment. v1.0.0
Supported Fields for Inline Editing (v1.0.0-RC.3)
These fields are the ones that appear on the right panel of the Gutenberg editor and allow you to control the blocks.
Field Name | Supported? |
---|---|
Text | Yes |
Text Area | |
Range | |
Image | Suported with possible limitations |
Select | |
Checbox List | |
Checkbox (True False) | |
Radio | |
Time Picker | |
Date Picker | |
Date Time Picker | |
Color | |
Url | |
Password | Will not support due to security implications |
Last updated