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-01-09 23:55:59 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
20124d81524479ee63476242aefff51693ad3882
20124d81
1 parent
e258ef68
Elektromed
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
config.js
config.js
View file @
20124d8
...
...
@@ -11,7 +11,7 @@ CKEDITOR.editorConfig = function( config ) {
{
name
:
'links'
,
items
:
[
'Link'
,
'Unlink'
,
'Anchor'
]},
{
name
:
'styles'
,
items
:
[
'Format'
,
'Font'
,
'FontSize'
]},
'/'
,
{
name
:
'basicstyles'
,
items
:
[
'Bold'
,
'Italic'
,
'Underline'
,
'Strike'
,
'RemoveFormat'
,
'-'
,
'TextColor'
,
'BGColor'
,
'-'
,
'JustifyLeft'
,
'JustifyCenter'
,
'JustifyRight'
,
'JustifyBlock'
]},
{
name
:
'basicstyles'
,
items
:
[
'Bold'
,
'Italic'
,
'Underline'
,
'Strike'
,
'
Subscript'
,
'Superscript'
,
'
RemoveFormat'
,
'-'
,
'TextColor'
,
'BGColor'
,
'-'
,
'JustifyLeft'
,
'JustifyCenter'
,
'JustifyRight'
,
'JustifyBlock'
]},
{
name
:
'paragraph'
,
items
:
[
'NumberedList'
,
'BulletedList'
,
'Outdent'
,
'Indent'
]},
{
name
:
'insert'
,
items
:
[
'Image'
,
'Table'
,
'HorizontalRule'
,
'Smiley'
,
'Iframe'
]},
];
...
...
Please
register
or
login
to post a comment