voyou-sbeaulieu

Results 8 comments of voyou-sbeaulieu

Any follow on this? Wocker seems to be more easy to setup and less configuration then trellis but bedrock do have a nice plus to wordpress default setup!

Look like this is related to this issue : https://github.com/soberwp/controller/issues/114 and @mmirus do fix my problem. Is this patch live yet? ```

Is there an other way around ? I noticed that with huge number of field, acf-builder is slower then acf-json. Maybe there's a way that instead of using "acf_add_local_field_group" we...

Hi just to add if this can help anyone, we change the `acf_add_local_field_group` and we now create a new json file from the build(). We do this only when options...

This is what build() is printing : ``` Array ( [key] => group_Configuration [title] => Configuration [fields] => Array ( [0] => Array ( [type] => tab [name] => options_des_boutons_tab...

Your output looks good, yeah but mine isn't like you... What I get is : ``` Array ( [0] => default [1] => primary [2] => secondary [3] => link...

Hi, I know this is kinda old now but we figured out why this is happening ... (kinda) We are having a problem with the return_format only when it's called...