You are here

function ckeditor_filter_form_filter_admin_format_form_alter in CKEditor Filter 7

File

./ckeditor_filter.module, line 267
Provides an input filter that allows site administrators configure which HTML elements, attributes and style properties are allowed.

Code

function ckeditor_filter_form_filter_admin_format_form_alter(&$form, &$form_state, $form_id) {
  $form['#validate'][] = 'ckeditor_filter_settings_validate';
}