• As this plugin is no longer in development, those that want to continue to use this plugin might find that you can not add the Pattern Block to parent blocks like Groups or Covers – limiting your design process.

    This is because the block ‘Pattern Block’ has the arguments parent:["core/post-content"] set on block creation.

    If you are comfortable editing a plugin, you can edit the index.js file found: /pattern-manager/wp-modules/editor/js/build/index.js, search for parent:["core/post-content"] (appears right near the bottom of the file) and comment out that snippet (including the comma just after it).

    Eg /*parent:["core/post-content"],*/

    Hope that helps you continue using this great plugin for your theme development!

  • The topic ‘Enabling Pattern Block under Groups & Covers etc’ is closed to new replies.