浏览代码

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

Piotrek Koszuliński 6 年之前
父节点
当前提交
5c1b521eb7
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      packages/ckeditor5-list/docs/_snippets/features/todo-list.js

+ 3 - 0
packages/ckeditor5-list/docs/_snippets/features/todo-list.js

@@ -24,6 +24,9 @@ ClassicEditor
 				'numberedList',
 				'todoList',
 				'|',
+				'outdent',
+				'indent',
+				'|',
 				'link',
 				'insertTable',
 				'|',