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
Arek Wtykło
2020-03-06 09:59:21 +0100
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
8ed2f652de1af43acd384a861e1a8a61bd41033e
8ed2f652
2 parents
20124d81
63fb7234
Merge branch 'master' into elektromed
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
config.js
config.js
View file @
8ed2f65
...
...
@@ -21,6 +21,8 @@ CKEDITOR.editorConfig = function( config ) {
{
name
:
'basicstyles'
,
items
:
[
'Bold'
,
'Italic'
,
'Underline'
,
'RemoveFormat'
,
'-'
,
'-'
,
'JustifyLeft'
,
'JustifyCenter'
,
'JustifyRight'
,
'JustifyBlock'
]},
];
config
.
image2_alignClasses
=
[
'cke-leftImage'
,
'cke-centerImage'
,
'cke-rightImage'
];
config
.
disableNativeSpellChecker
=
false
;
config
.
extraPlugins
=
'autolink,image2,widget,widgetselection,lineutils,nbsp'
;
...
...
Please
register
or
login
to post a comment