admin管理员组

文章数量:1302329

How do you remove a Gutenberg plugin?

I want to disable a plugin added by my parent theme (Genesis). I am familiar with removing blocks and editor panels, but I can't find a way to deregister a plugin.

Here is the code used to register the plugin:

registerPlugin( 'genesis-sidebar', { render, icon: <GenesisIconSmall /> } );

本文标签: block editorRemove a plugin from the Gutenberg sidebar