I have been trying to do the above with no success. I ave tried editing it out in the js file but it still appears :

Comments

wwalc’s picture

Cleanup and output -> Font formats

remove "h1;"

Omar Alahmed’s picture

Thanks @wwalc it works 100%

Raphael Apard’s picture

/**
 * Implements hook_editor_js_settings_alter().
 */
function YOURMODULE_editor_js_settings_alter(array &$settings) {

    // Set default CKEditor format tags
    $settings['editor']['formats']['html']['editorSettings']['format_tags'] = "p;h2;h3;h4;h5;h6";
}