Hi there,
We would like to hide or remove the ‘Toolset Settings’ icon or meta box from the sidebar in gutenberg editor page (screenshot attached).
I did managed to remove the 'Content Template' from the sidebar under the 'Post' tab (screenshot attached) using this code in functions.php:
function wpv_custom_admin_head() {
$slugs = array(
'post',
);
remove_meta_box( 'wpddl_template', $slugs, 'side' );
remove_meta_box( 'views_template', $slugs, 'side' );
}
add_action( 'admin_head', 'wpv_custom_admin_head', 20);
Is there a similar way to remove the 'Toolset Settings’ icon or meta box from the sidebar in gutenberg editor page?
Thank you!
Minesh
Supporter
Languages:
English (English )
Timezone:
Asia/Kolkata (GMT+05:30)
Hello. Thank you for contacting the Toolset support.
There is no option to remove the setting you are talking about but still I'll raise this in front of our Dev and check if there is any workaround.
I'll get back to you as soon as I have any updates on it next week.
Minesh
Supporter
Languages:
English (English )
Timezone:
Asia/Kolkata (GMT+05:30)
There is no way as of now to hide 'Toolset Settings’ icon or meta box from the sidebar in Gutenberg.
However, you can always raise a new feature request and ask for the filter that should help you to hide such setting icon or metabox using the following link:
=> https://toolset.com/home/contact-us/suggest-a-new-feature-for-toolset/