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
2018-11-05 09:10:52 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3b01d3c6e4068914671bbcda87c1a0cae3b2e23e
3b01d3c6
1 parent
dee78424
Add blockquote
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
config.js
config.js
View file @
3b01d3c
...
...
@@ -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'
,
'
Blockquote'
,
'
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