• HKP

    (@hiskingdomprophecy)


    Hi Folks,

    I was to change the default setting on my Classic Editor ‘Increase Indent’ button, from 40px to 10px.

    I know I need a line of PHP to add to my Child theme, but can’t find the original settings line in the plugin to use.

    I do not use blocks.

    Regards and thanks,
    Angus

Viewing 1 replies (of 1 total)
  • Thread Starter HKP

    (@hiskingdomprophecy)

    I’m looking for something like this, but this does not work:

    function modify_tinymce_settings($settings) {
    
        $settings['indentation'] = '10px';
    
        return $settings;
    }
    
    add_filter('tiny_mce_before_init', 'modify_tinymce_settings');
Viewing 1 replies (of 1 total)
  • The topic ‘Change ‘Increase Indent’ Button Setting Defaults’ is closed to new replies.