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:57:41 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
63fb7234660b7764ba13675ae964e65bc0de1b6b
63fb7234
1 parent
e258ef68
Update styles for image align
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
config.js
config.js
View file @
63fb723
...
...
@@ -22,6 +22,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