Преглед изворни кода

Used DropdownModel#withText attribute to activate dropdown label in Headings feature.

Aleksander Nowodzinski пре 9 година
родитељ
комит
3cb2d021da
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      packages/ckeditor5-heading/src/headings.js

+ 1 - 0
packages/ckeditor5-heading/src/headings.js

@@ -53,6 +53,7 @@ export default class Headings extends Feature {
 			isEnabled: true,
 			isOn: false,
 			label: 'Headings',
+			withText: true,
 			content: itemListModel
 		} );