Projet

Général

Profil

Révision 0695d136

Ajouté par Assos Assos il y a plus de 9 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/ckeditor/ckeditor.api.php
103 103
function hook_ckeditor_default_settings_alter(&$settings) {
104 104
  $settings['show_toggle'] = 'f';
105 105
}
106

  
107
/**
108
 * Hook to extend CKEditor security allowed tags list.
109
 *
110
 * This hook is invoked from ckeditor_filter_xss() where text is filtered from potentially insecure tags.
111
 */
112
function hook_ckeditor_filter_xss_allowed_tags() {
113
  // Return an array of additional allowed tags
114
}

Formats disponibles : Unified diff