8
0
فهرست منبع

Added a separator after the headings dropdown in the configuration of the toolbar.

Aleksander Nowodzinski 8 سال پیش
والد
کامیت
788d169fb4
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/ckeditor5-easy-image/tests/manual/easyimage.js

+ 1 - 1
packages/ckeditor5-easy-image/tests/manual/easyimage.js

@@ -18,7 +18,7 @@ ClassicEditor
 			tokenUrl: TOKEN_URL
 		},
 		plugins: [ ArticlePluginSet, EasyImage ],
-		toolbar: [ 'headings', 'undo', 'redo', 'insertImage' ],
+		toolbar: [ 'headings', '|', 'undo', 'redo', 'insertImage' ],
 		image: {
 			toolbar: [ 'imageStyleFull', 'imageStyleSide', '|', 'imageTextAlternative' ]
 		}