8
0
فهرست منبع

Docs: Added missing toolbar separators in the feature guide. [skip ci]

Aleksander Nowodzinski 6 سال پیش
والد
کامیت
3a698a1539

+ 1 - 0
packages/ckeditor5-word-count/docs/_snippets/features/word-count-update.js

@@ -10,6 +10,7 @@ ClassicEditor
 		toolbar: {
 		toolbar: {
 			items: [
 			items: [
 				'heading',
 				'heading',
+				'|',
 				'bold',
 				'bold',
 				'italic',
 				'italic',
 				'bulletedList',
 				'bulletedList',

+ 1 - 0
packages/ckeditor5-word-count/docs/_snippets/features/word-count.js

@@ -10,6 +10,7 @@ ClassicEditor
 		toolbar: {
 		toolbar: {
 			items: [
 			items: [
 				'heading',
 				'heading',
+				'|',
 				'bold',
 				'bold',
 				'italic',
 				'italic',
 				'bulletedList',
 				'bulletedList',