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
2017-08-22 23:17:03 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
78d05eaa46f6606ce8ca3e92bacb79987433002d
78d05eaa
1 parent
d42c9455
Konfiguracja CKEditora 4.7.2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
config.js
config.js
View file @
78d05ea
...
...
@@ -4,6 +4,18 @@
*/
CKEDITOR
.
editorConfig
=
function
(
config
)
{
config
.
toolbar
=
[
{
name
:
'document'
,
items
:
[
'Source'
]},
{
name
:
'clipboard'
,
items
:
[
'Cut'
,
'Copy'
,
'Paste'
,
'PasteText'
,
'PasteFromWord'
,
'-'
,
'Undo'
,
'Redo'
]},
{
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
:
'paragraph'
,
items
:
[
'NumberedList'
,
'BulletedList'
,
'Outdent'
,
'Indent'
]},
{
name
:
'insert'
,
items
:
[
'Image'
,
'Table'
,
'HorizontalRule'
,
'Smiley'
,
'Iframe'
]},
];
config
.
disableNativeSpellChecker
=
false
;
config
.
extraPlugins
=
'autolink'
;
};
...
...
Please
register
or
login
to post a comment