Log1x / acf-composer

Compose ACF Fields, Blocks, Widgets, and Option Pages with ACF Builder on Sage 10.
https://github.com/Log1x/acf-composer
MIT License
400 stars 53 forks source link

Enhance: Implement FieldsBuilder Wrapper #173

Closed Log1x closed 4 months ago

Log1x commented 11 months ago

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.