acf-composer
acf-composer copied to clipboard
Compose ACF Fields, Blocks, Widgets, and Option Pages with ACF Builder on Sage 10.
`Class Log1x\AcfComposer\Providers\AcfComposerServiceProvider cannot extend final class Roots\Acorn\ServiceProvider`
The default values for `align_text` and `align_content` don't work currently. I figured out that `alignText` and `alignContent` attributes are automatically added to the block definition when enabling support for these...
I am looking for a way to not only define one FieldBuilder/FieldGroup at once but multiple. Since I am dynamically generating the fields i would like add them based of...
Hello! I have a use case where I provide Blocks as a part of a composer package. It has a ServiceProvider that does along the lines of class FooProvider extends...
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @takost in actions/checkout#1436 Support fetching without the --progress option...
First of all, love the plugin. Great work! We have been using Sage 10 and ACF Composer in most of our builds but we have started to notice that it...
Not an issue here but a question ! Within a block file create with "wp acorn" ( wp-content/themes/simply/app/Blocks/people.php) the generated namespace is App\Blocks. The block is working but with a...
This would be a breaking change, but ideally I'd like to write a wrapper for ACF Builder instead of everyone using `StoutLogic\AcfBuilder\FieldsBuilder` directly. This would allow me to implement field...
Added the functionality of codepuncher for the main `Block` Class Added in the `$block` param to the `block.construct.stub` and `block.stub` #144
Would there be any benefit to swithing to extended-acf, since acf-builder does not seem to be maintained. refs * https://github.com/vinkla/extended-acf/issues/126#issuecomment-1573283799 * https://github.com/StoutLogic/acf-builder/issues/176