Преглед на файлове

Docs: Added a missing separator to the toolbar configuration in the autoformatting feature roundup.

Aleksander Nowodzinski преди 7 години
родител
ревизия
c0c74e3216
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      packages/ckeditor5-autoformat/docs/_snippets/features/autoformat.js

+ 1 - 0
packages/ckeditor5-autoformat/docs/_snippets/features/autoformat.js

@@ -14,6 +14,7 @@ ClassicEditor
 		toolbar: {
 			items: [
 				'headings',
+				'|',
 				'bold',
 				'italic',
 				'code',