This website works better with JavaScript
Home
Explore
Help
Sign In
unicraft
/
cke
Watch
8
Star
0
Fork
0
Files
Browse Source
Docs: Added a missing separator to the toolbar configuration in the autoformatting feature roundup.
Aleksander Nowodzinski
7 years ago
parent
375a025585
commit
c0c74e3216
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
packages/ckeditor5-autoformat/docs/_snippets/features/autoformat.js
+ 1
- 0
packages/ckeditor5-autoformat/docs/_snippets/features/autoformat.js
View File
@@ -14,6 +14,7 @@ ClassicEditor
toolbar: {
items: [
'headings',
+ '|',
'bold',
'italic',
'code',