8
0
Просмотр исходного кода

Other: Rename ImageStyle options, UI components and merge commands into one command.

Maciej Gołaszewski 7 лет назад
Родитель
Сommit
c3232d2dab

+ 1 - 1
packages/ckeditor5-markdown-gfm/docs/_snippets/features/markdown.js

@@ -22,7 +22,7 @@ ClassicEditor
 		plugins: [ ArticlePluginSet, EasyImage, Markdown ],
 		toolbar: [ 'heading', '|', 'bold', 'italic', 'link', 'bulletedList', 'numberedList', 'blockQuote', 'undo', 'redo' ],
 		image: {
-			toolbar: [ 'imageStyleFull', 'imageStyleSide', '|', 'imageTextAlternative' ]
+			toolbar: [ 'imageStyle:full', 'imageStyle:side', '|', 'imageTextAlternative' ]
 		},
 		cloudServices: CS_CONFIG
 	} )