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
413 stars 56 forks source link

ACF 6.0 inline editing #131

Closed brinkofblink closed 1 year ago

brinkofblink commented 1 year ago

Hi, first-off - this library is ace, thanks for working on it!

Just wondered if there's a way acf-composer can be used to provide the new ACF 6.0 editing style which happens inline rather than in the sidebar? Here's a quick screen recording to show the behaviour I mean: https://share.cleanshot.com/6Uqw8a

Thanks, Tom

Log1x commented 1 year ago

I think this is toggled by setting $supports = ['mode' => true]

https://github.com/Log1x/acf-composer/blob/master/src/Console/stubs/block.stub#L98

brinkofblink commented 1 year ago

Ah perfect, that's it - thanks for such a speedy reply.

Log1x commented 1 year ago

no problem