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

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

Aleksander Nowodzinski 7 лет назад
Родитель
Сommit
7d317b8e17
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      docs/_snippets/examples/inline-editor.js

+ 1 - 1
docs/_snippets/examples/inline-editor.js

@@ -36,7 +36,7 @@ Array.from( inlineInjectElements ).forEach( inlineElement => {
 			'EasyImage',
 			'CKFinderUploadAdapter'
 		];
-		config.toolbar.items = [ 'headings', 'bold', 'italic', 'link' ];
+		config.toolbar.items = [ 'headings', '|', 'bold', 'italic', 'link' ];
 	}
 
 	InlineEditor