Parcourir la source

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

Piotrek Koszuliński il y a 6 ans
Parent
commit
ac2738de07

+ 3 - 0
packages/ckeditor5-horizontal-line/docs/_snippets/features/horizontal-line.js

@@ -27,6 +27,9 @@ ClassicEditor
 				'bulletedList',
 				'numberedList',
 				'|',
+				'outdent',
+				'indent',
+				'|',
 				'blockQuote',
 				'link',
 				'imageUpload',