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
2019-04-17 04:36:23 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e258ef681e1a44e773d449f46b462341d97fec1d
e258ef68
1 parent
dee78424
Headline toolbar
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
config.js
config.js
View file @
e258ef6
...
...
@@ -15,6 +15,12 @@ CKEDITOR.editorConfig = function( config ) {
{
name
:
'paragraph'
,
items
:
[
'NumberedList'
,
'BulletedList'
,
'Outdent'
,
'Indent'
]},
{
name
:
'insert'
,
items
:
[
'Image'
,
'Table'
,
'HorizontalRule'
,
'Smiley'
,
'Iframe'
]},
];
config
.
toolbar_Headline
=
[
{
name
:
'clipboard'
,
items
:
[
'Cut'
,
'Copy'
,
'Paste'
,
'-'
,
'Undo'
,
'Redo'
]},
{
name
:
'basicstyles'
,
items
:
[
'Bold'
,
'Italic'
,
'Underline'
,
'RemoveFormat'
,
'-'
,
'-'
,
'JustifyLeft'
,
'JustifyCenter'
,
'JustifyRight'
,
'JustifyBlock'
]},
];
config
.
disableNativeSpellChecker
=
false
;
config
.
extraPlugins
=
'autolink,image2,widget,widgetselection,lineutils,nbsp'
;
...
...
Please
register
or
login
to post a comment