acf-composer
                                
                                
                                
                                    acf-composer copied to clipboard
                            
                            
                            
                        Compose ACF Fields, Blocks, Widgets, and Option Pages with ACF Builder on Sage 10.
Hello, I am using Sage 10.0.0-beta.2 and I have installed acf-composer. I have followed the documentation by creating an Example Widget: `wp acorn acf:widget Example` When I go to Wordpress...
In Sage 9, in the Controller Files, the `protected $acf` array returns each instance of a field into an object. I really liked working with that, and was wondering if...
There are situations in which it is desirable to register an option page's fields but omit the page from the admin menu. In these situations, a developer can set `show_in_menu`...
**Note**: popping this here until I have time to submit a PR (or someone else beats me to it 🙏 ) Didn't know this until reading it [in this PR](https://github.com/AdvancedCustomFields/acf/issues/602#issuecomment-1027885133)...
Hello, I would like to organize our ACF Pro options pages in a simple tree, using the parent functionality: -- Sections (without fields) ---- First Option (with fields) ---- Second...
You can now have for Example Structure Options page like that : - Top - Children 1 Children 1 class can have : public $parent = Top::class;
I've noticed that the settings I set for a `field_group` in `config/acf.php` override the settings I have on individual `FieldsBuilder` instances. For example: **FieldsBuilder** ``` $frontPage = new FieldsBuilder('front_page', ['title'...
Hi Brandon, Absolutely love your work, big fan. I'm experiencing the most unusual bug, and I'll describe it the best I can: When the Block Inserter is open and the...
Hello Brandon, before adding a new PR, I would like to ask if it is worth it for you. I am adding blocks using a reusable custom plugin each. For...
Hi, I'm starting to learn up sage root with this tutorial on YouTube.. And I'm using docker for this since I'm using a windows machine. [Timis Digital](https://www.youtube.com/watch?v=3cLi5sYzYGM&ab_channel=TimisDigital). When im on...