Skip to content

Commit

Permalink
Remove wikilink button from Basic (default) toolbar and add it to Wik…
Browse files Browse the repository at this point in the history
…iStudent toolbar - refs #7571
  • Loading branch information
ilosada committed Mar 13, 2015
1 parent 063a81f commit e5d38fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Expand Up @@ -26,8 +26,7 @@ class Basic extends Toolbar
'colorbutton',
'flash',
'link',
'table',
'wikilink'
'table'
);

/**
Expand Down
Expand Up @@ -9,5 +9,7 @@
*/
class WikiStudent extends Basic
{

public $plugins = array(
'wikilink'
);
}

0 comments on commit e5d38fd

Please sign in to comment.