Home › Forums › Gutenberg › Convert Gutenberg paragraph block to ACF-registered textarea block › Reply To: Convert Gutenberg paragraph block to ACF-registered textarea block
@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.
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.