-
Posted a reply to Register custom navigation block, on the site WordPress.org Forums:
Adding apiVersion: 3 to the registerBlockType() call in editor.js made the deprecation warning go away.editor.js… -
Posted a reply to Register custom navigation block, on the site WordPress.org Forums:
As I understand it I've got to do 3 things:1) Register the custom block with… -
Posted a reply to Register custom navigation block, on the site WordPress.org Forums:
I am calling register_block_type() as you suggest, at line 43 approximately of t17m/t17m.php. I have… -
Posted a reply to Register custom navigation block, on the site WordPress.org Forums:
Thanks for your interest. I have made a GitHub repo of the current state of… -
Created a topic, Register custom navigation block, on the site WordPress.org Forums:
I'm working on a custom menu block. The block itself i…