• I wanted to give Gutenberg a try and to create some blocks. I followed the official handbook tutorial, I have my fresh WP install and I’ve run npx @wordpress/create-block in plugin’s directory both for the tutorial’s gutenpride example and my own.

    In both cases the plugin shows up in WP’s admin, I activate it, run the build script and the block does not show up in Gutenberg in post editor or in the full-page editor block list. I’ve tried in my local env and in the official Docker image it does not show up in both. I’ve checked and WordPress picks up the register_block_type function call in the plugin’s init action.

    Am I doing something wrong here or is it a temporary error in create-block package?

    The page I need help with: [log in to see the link]

  • The topic ‘Block Editor Handbook tutorial problem’ is closed to new replies.