mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-08 11:33:55 +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
|
|
@ -40,7 +40,7 @@ function getAutoSavedSrl(ret_obj, response_tags, c) {
|
|||
{ name: 'others' }
|
||||
],
|
||||
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',
|
||||
uiColor: '#EFF0F0'
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue