Brandon

Results 197 comments of Brandon

> After the debug, I looked at the content of $args and it does not contain any widget_id but only : That is super weird.

I'm currently adding ```php /** * Disable the widgets block editor. * @link https://developer.wordpress.org/block-editor/how-to-guides/widgets/opting-out/ */ remove_theme_support('widgets-block-editor'); ``` to `after_setup_theme` in `setup.php` to fix this for now in my themes. I'm...

Have you taken a look at https://github.com/roots/acorn/blob/main/src/Roots/Acorn/View/Composers/Concerns/AcfFields.php ?

Sorry for the late reply. That looks good. You could maybe do `(object) $value` instead of the `json_decode()` but I don't think that will handle objects recursively. Going to close...

Thanks! Mind adding this to https://github.com/Log1x/acf-composer/blob/master/src/Console/stubs/options.full.stub ?

excellent. can you make the conditional check the class type? https://github.com/Log1x/acf-composer/blob/master/src/Concerns/InteractsWithPartial.php#L20-L23 is an example

Going to bump this for `#2` -- this would be the most beneficial feature at this point in my opinion. I use a lot of third party extensions and `->addField()`...

https://www.acf-extended.com/ can do this.

Just a sanity check, are you using the wrong package? You mentioned `orditeck/*` but I believe that is just a temporary fork for a pull request. You'd be looking for...