How to find which plugin (caused by metabox) disabled Gutenberg?
-
Hi,
after installing Gutenberg Plugin I installed a plugin which is not block compatible because of a metabox and set:add_meta_box( 'my-meta-box', 'My Meta Box', 'my_meta_box_callback', null, 'normal', 'high', array( '__block_editor_compatible_meta_box' => false, ) );
What is the correct way to find the plugin that disabled Gutenberg editor by setting this flag?
Thank & br!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to find which plugin (caused by metabox) disabled Gutenberg?’ is closed to new replies.