Explorar o código

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

Aleksander Nowodzinski %!s(int64=9) %!d(string=hai) anos
pai
achega
3cb2d021da
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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
 		} );