8
0
Просмотр исходного кода

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

Piotrek Koszuliński 6 лет назад
Родитель
Сommit
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',
 				'|',