Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Arteneo
/
CKEditor
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Authored by
mzawadzki
2019-04-18 14:58:53 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
69eeb19f66fa5ca586d1fdb8787b1d480ef81a12
69eeb19f
1 parent
e258ef68
Include in config.js
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
config.js
config.js
View file @
69eeb19
...
...
@@ -23,5 +23,5 @@ CKEDITOR.editorConfig = function( config ) {
];
config
.
disableNativeSpellChecker
=
false
;
config
.
extraPlugins
=
'autolink,image2,widget,widgetselection,lineutils,nbsp'
;
config
.
extraPlugins
=
'autolink,image2,widget,widgetselection,lineutils,nbsp
,liststyle
'
;
};
...
...
Please
register
or
login
to post a comment