mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Also disable CKEditor tableselection plugin by default
This commit is contained in:
parent
4d1135392f
commit
01a708acf6
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ class editor extends ModuleObject
|
|||
'additional_css' => array(),
|
||||
'additional_mobile_css' => array(),
|
||||
'additional_plugins' => array(),
|
||||
'remove_plugins' => array('liststyle', 'tabletools', 'contextmenu'),
|
||||
'remove_plugins' => array('liststyle', 'tabletools', 'tableselection', 'contextmenu'),
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue