浏览代码

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',