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

Enhance: Implement FieldsBuilder Wrapper

Open Log1x opened this issue 2 years ago • 0 comments

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 group caching (e.g. via CLI) and have better control over the final output to maybe do more stuff down the line (I don't know what yet).

This would also probably make #167 easier to implement.

Migration should be as easy as changing a line or two in every registered field/block/widget/option page.

Log1x avatar Jul 29 '23 00:07 Log1x