Procházet zdrojové kódy

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

Piotrek Koszuliński před 6 roky
rodič
revize
5c1b521eb7

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

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