You are here

function wysiwyg_epiceditor_settings_form in Wysiwyg 7.2

Enhances the editor profile settings form for EpicEditor.

1 string reference to 'wysiwyg_epiceditor_settings_form'
wysiwyg_epiceditor_editor in editors/epiceditor.inc
Plugin implementation of hook_editor().

File

editors/epiceditor.inc, line 90
Editor integration functions for EpicEditor.

Code

function wysiwyg_epiceditor_settings_form(&$form, &$form_state) {
  $form['buttons']['#access'] = FALSE;
  $form['basic']['language']['#access'] = FALSE;
  $form['css']['#access'] = FALSE;
}