mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
Disable exportpdf CKEditor plugin by default #1585
This commit is contained in:
parent
b388161c03
commit
4bb823ddfe
2 changed files with 2 additions and 2 deletions
|
|
@ -56,7 +56,7 @@ class editor extends ModuleObject
|
|||
'additional_css' => array(),
|
||||
'additional_mobile_css' => array(),
|
||||
'additional_plugins' => array(),
|
||||
'remove_plugins' => array('liststyle', 'tabletools', 'tableselection', 'contextmenu'),
|
||||
'remove_plugins' => array('liststyle', 'tabletools', 'tableselection', 'contextmenu', 'exportpdf'),
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue