mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +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_css' => array(),
|
||||||
'additional_mobile_css' => array(),
|
'additional_mobile_css' => array(),
|
||||||
'additional_plugins' => array(),
|
'additional_plugins' => array(),
|
||||||
'remove_plugins' => array('liststyle', 'tabletools', 'tableselection', 'contextmenu'),
|
'remove_plugins' => array('liststyle', 'tabletools', 'tableselection', 'contextmenu', 'exportpdf'),
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,7 @@ function getAutoSavedSrl(ret_obj, response_tags, c) {
|
||||||
{ name: 'others' }
|
{ name: 'others' }
|
||||||
],
|
],
|
||||||
allowedContent: true,
|
allowedContent: true,
|
||||||
removePlugins: 'stylescombo,language,bidi,flash,pagebreak',
|
removePlugins: 'stylescombo,language,bidi,flash,pagebreak,exportpdf',
|
||||||
removeButtons: 'Save,Preview,Print,Cut,Copy,Paste,Flash,NewPage,ExportPdf,Language',
|
removeButtons: 'Save,Preview,Print,Cut,Copy,Paste,Flash,NewPage,ExportPdf,Language',
|
||||||
uiColor: '#EFF0F0'
|
uiColor: '#EFF0F0'
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue