function esepia_custom_tokens_ckeditor_settings_alter(&$settings, $conf) { /* check to what profile we are because we can't find the machine name of the profile */ if($conf['js_conf'] == 'esepia') { $settings['extraAllowedContent'] = 'h1 h2 h3 span;p(*)'; $settings['js_conf']['disallowedContent'] = "'a{*}'"; $settings['js_conf']['pasteFromWordRemoveFontStyles'] = TRUE; $settings['js_conf']['pasteFromWordRemoveStyle'] = TRUE; } }