浏览代码

Docs: Added indent/outdent buttons. See ckeditor/ckeditor5#1844.

Piotrek Koszuliński 6 年之前
父节点
当前提交
229e1bda8d

+ 4 - 0
packages/ckeditor5-word-count/docs/_snippets/features/word-count-update.js

@@ -27,6 +27,10 @@ BalloonEditor
 				'italic',
 				'bulletedList',
 				'numberedList',
+				'|',
+				'outdent',
+				'indent',
+				'|',
 				'blockQuote',
 				'link',
 				'|',

+ 4 - 0
packages/ckeditor5-word-count/docs/_snippets/features/word-count.js

@@ -15,6 +15,10 @@ ClassicEditor
 				'italic',
 				'bulletedList',
 				'numberedList',
+				'|',
+				'outdent',
+				'indent',
+				'|',
 				'blockQuote',
 				'link',
 				'|',