mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-02 12:17:22 +01:00
Update config.js
This commit is contained in:
parent
75272814a6
commit
7e74f2b7df
5
resources/ckeditor/config.js
vendored
5
resources/ckeditor/config.js
vendored
@ -3,7 +3,7 @@
|
||||
* For licensing, see https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
|
||||
CKEDITOR.editorConfig = function( config ) {
|
||||
CKEDITOR.editorConfig = function( config ) {
|
||||
// Define changes to default configuration here.
|
||||
// For complete reference see:
|
||||
// https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html
|
||||
@ -36,6 +36,5 @@ CKEDITOR.editorConfig = function( config ) {
|
||||
// Simplify the dialog windows.
|
||||
config.removeDialogTabs = 'image:advanced;link:advanced';
|
||||
|
||||
config.extraPlugins = 'justify';
|
||||
config.extraPlugins = 'lineheight';
|
||||
config.extraPlugins = 'justify, lineheight';
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user