Hi – I’ll take a look on it during the upcoming days. On first sight it looks OK.
Also I’m planing to have a plugin version too.
Hi @vinsan
Nice to hear you’re a fan of Timber and ACF 🙂
I just read a bit about BSV and it’s looks like it’s more related to ACF itself than to my plugin. If something works in ACF than it should work in my plugin too. But I have good news – it works 😉 I just tested it. The only problem is a bit related to the way how the thumbnails are generated (depends on the preview mode), but overall it works like a charm.
@jeremy_fcinq based on your approach I was thinking about using about either using:
return wp.blocks.createBlock('acf/owl-link', atts);
– so with passing the some attributes as data
or using blocks.switchToBlockType.transformedBlock
filter and overriding the attributes data.
Sadly they both didn’t worked :/ But I still think this is a valid – creating the ACF block with parameters – I just can’t find the way how to do this.