houke / acf-icon-picker

Creates an icon picker ACF field
100 stars 49 forks source link

Add composer.json + updates #14

Closed huubl closed 4 years ago

huubl commented 4 years ago

Hi,

I made some changes, but it's still not 100% working within Gutenberg.

Add composer.json Change __construct -> initialize() Add acf_register_field_type('acf_field_icon_picker');

houke commented 4 years ago

Thanks, it has something to do with saving the value (not sure yet what exactly). When looking at the post data I see that the data isn't posted:

Screenshot 2019-11-01 at 16 52 31

houke commented 4 years ago

I've added composer.json manually & #17 fixes the Gutenberg issue, so I am closing this one. Thanks for your work!