Forums
(@epickau)
6 months, 3 weeks ago
I’m glad I could help ??
Hey,when I change the default path (/acfe-php/) via acfe/settings/php_save filter, they get not deleted via acf ui.
/acfe-php/
acfe/settings/php_save
The delete_field_group function dont have the filter like the update_field_group function.
delete_field_group
update_field_group
Thanks.
5 years, 10 months ago
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.