Support

Account

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.