Remove liststyle, tabletools, contextmenu CKEditor plugins by default

This commit is contained in:
Kijin Sung 2019-07-30 21:05:13 +09:00
parent f33c8d9fbe
commit a23323335b
3 changed files with 4 additions and 4 deletions

View file

@ -52,7 +52,7 @@ class editor extends ModuleObject
'additional_css' => array(),
'additional_mobile_css' => array(),
'additional_plugins' => array(),
'remove_plugins' => array(),
'remove_plugins' => array('liststyle', 'tabletools', 'contextmenu'),
);
/**