Remove wikilink button from Basic (default) toolbar and add it to WikiStudent toolbar - refs #7571

1.10.x
Imanol Losada 11 years ago
parent 063a81f835
commit e5d38fde57
  1. 3
      src/Chamilo/CoreBundle/Component/Editor/CkEditor/Toolbar/Basic.php
  2. 4
      src/Chamilo/CoreBundle/Component/Editor/CkEditor/Toolbar/WikiStudent.php

@ -26,8 +26,7 @@ class Basic extends Toolbar
'colorbutton', 'colorbutton',
'flash', 'flash',
'link', 'link',
'table', 'table'
'wikilink'
); );
/** /**

@ -9,5 +9,7 @@ namespace Chamilo\CoreBundle\Component\Editor\CkEditor\Toolbar;
*/ */
class WikiStudent extends Basic class WikiStudent extends Basic
{ {
public $plugins = array(
'wikilink'
);
} }

Loading…
Cancel
Save