You are here

function wysiwyg_whizzywig_settings_form in Wysiwyg 7.2

Same name and namespace in other branches
  1. 6.2 editors/whizzywig.inc \wysiwyg_whizzywig_settings_form()

Enhances the editor profile settings form for Whizzywig.

1 string reference to 'wysiwyg_whizzywig_settings_form'
wysiwyg_whizzywig_editor in editors/whizzywig.inc
Plugin implementation of hook_editor().

File

editors/whizzywig.inc, line 76
Editor integration functions for Whizzywig.

Code

function wysiwyg_whizzywig_settings_form(&$form, &$form_state) {
  $form['basic']['language']['#access'] = FALSE;

  // @todo CSS settings are currently not used.
  $form['css']['#access'] = FALSE;
}