Hey,
when I change the default path (/acfe-php/) via acfe/settings/php_save filter, they get not deleted via acf ui.
The delete_field_group function dont have the filter like the update_field_group function.
Thanks.
nvm got it. just use serverside rendering 🙂
hook into “enqueue_block_editor_assets” and add your own css.
you should provide at least some code or hint where you fail.
If i get your question right, you just need to create a new block (look @create-guten-block) and assign blockcontrols to it.