8
0
Эх сурвалжийг харах

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

Aleksander Nowodzinski 9 жил өмнө
parent
commit
3cb2d021da

+ 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
 		} );