-
Notifications
You must be signed in to change notification settings - Fork 60
Description
This is an issue with features I would like to see in ACF: a wishlist to make life easier as a developer.
-
Setting the height of the WYSIWYG editor field
The WYSIWYG editor field has a fixed height that cannot be changed from the UI. It would be beneficial to control the height, similar to the textarea field, by setting the number of rows.
-
Responsive column widths
When using the wrapper width, it would be great to make it responsive, with 50% width on desktop and 100% on mobile. I like how Filament has implemented this.
-
Unstyled group fields
I often find myself using the group field primarily to organize data. I would prefer the option to disable the custom group style, allowing it to resemble any other field, with the group title optionally visible, less padding, and no border on the group.
-
Instruction placement on fields
It is possible to place the instructions below labels and fields at the field group level. It would be beneficial to decide this at the field level, especially for fields like the WYSIWYG editor, where the instructions disappear due to the field's height.
-
Improve sidebar pattern support for all fields
In WordPress 6.8, all fields in the block pattern library are cramped in the sidebar. Fields such as repeater, table, and group are barely usable. It would be beneficial if block editor mode were supported in the pattern editor, also known as the site editor.