Explorar el Código

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

Piotrek Koszuliński hace 6 años
padre
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',