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

A cheatsheet for use with ACF Builder.

Results 4 acf-builder-cheatsheet issues
Sort by recently updated
recently updated
newest added

As most of the roots sage fans do, we write a lot of acf builder fields. Wouldn't it be interesting to have some snippets to complement the cheatsheet and thus...

This adds the possible values to the rule types that were previously listed. I couldn't quite wrap my head around the formatting. Github flavored markdown doesn't support merged cells so...

I was unable to get anything out of `'elements'` until I formatted it as an array. This code worked: `'elements' => ['featured_image']` to see all the featured images next to...

Not sure if I am missing this somewhere, but I can't seem to figure out how to implement conditional logic for a field. I tried: ``` 'conditional_logic' => [ 'include_call_to_action',...