acf-builder icon indicating copy to clipboard operation
acf-builder copied to clipboard

An Advanced Custom Field Configuration Builder

Results 83 acf-builder issues
Sort by recently updated
recently updated
newest added

I'm experiencing problems to make acf-builder work on a standard wordpress setup. I'm using: - default wordpress (no bedrock) - default theme like twentytwenty My approach: In the theme folder...

Any update on supporting php 8?

Hello, I'm trying to add flexible content, and it gives errors, even by pasting the example ```

I added a failing tests that I couldn't fix for now

Hi, I have made this structure with unit tests : ```php $builder = new FieldsBuilder('Banner'); $builder ->addGroup('group') ->addTab('tab') ->addAccordion('accordion') ->addWysiwyg('content') ->addAccordion('accordion_endpoint'); $builder ->modifyField('group->tab_tab->accordion_accordion', function ($builder) { $builder->addText('sub_title'); return $builder; });...

@stevep, ACF 5.7 brings with it new field conditionals that only have two parameters. Unfortunately, ACF Builder doesn't allow conditions with two parameters. I've tried passing null but while it...

Hi, Not sure if this question fits here. Im trying to use acf builder with sage 10. Installation goes well until i hit wp acorn vendor:publish --provider="Log1x\AcfComposer\Providers\AcfComposerServiceProvider" the error i...

Hello, In my field builder for my select field I am using a PHP variable which stores an associative array of block ID's and Names which the user is able...

When i used ACF tohether [ACF-Extended](https://wordpress.org/plugins/acf-extended/) i really enjoyed having the "Bidirectional Field" Option on relatinship fields - Is it possible to implement such functionality to this plugin? Would love...

Can't find this documented anywhere, is there a list of available location values? Even in ACF documentation for creating fields via php I can't see it. I'm trying to show...