Quantcast
Channel: Disable Gutenberg text-Settings in all blocks - WordPress Development Stack Exchange
Viewing all articles
Browse latest Browse all 5

Disable Gutenberg text-Settings in all blocks

$
0
0

I need to disable the Gutenberg text-settings tab in all Blocks. Is this possible with a funtion in funtions.php?

I could disable the colors tab, but found no solution for the text-settings:

function disable_tabs() {    add_theme_support( 'editor-color-palette' );    add_theme_support( 'disable-custom-colors' );}add_action( 'after_setup_theme', 'disable_tabs' );

The text-settings tab


Viewing all articles
Browse latest Browse all 5

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>