[svn r22304] FS#2867 - The online editor: Switching back into the default toolbars.

skala
Ivan Tcholakov 17 years ago
parent b0d557d77f
commit 0de1dc0bd9
  1. 4
      main/inc/lib/fckeditor/myconfig.php

@ -66,9 +66,9 @@
// Then, you may modify the newly copied toolbar definitions at your will, just keep correct php-syntax.
// It is not mandatory you to create custom files for all the toolbars. In case of missing file in the directory with the
// custom toobar definitions the system would read the correspondent "factory" toolbar definition (form 'default' directory).
//$config['ToolbarSets']['Directory'] = 'default';
$config['ToolbarSets']['Directory'] = 'default';
// You may try this provided example of custom toolbars:
$config['ToolbarSets']['Directory'] = 'extended';
//$config['ToolbarSets']['Directory'] = 'extended';
/*

Loading…
Cancel
Save