The text in ckeditor5 is not updated
Excuse me, my English is bad.
ckeditor addListToDropdown not showing label
editor.ui.componentFactory.add(“InsertDropDown”, locale => { //const dropdown = createDropdown(locale); const items = new Collection(); items.add({ type: ‘button’, model: new Model({ withText: true, label: ‘First item’, labelStyle: ‘color: red’ }) }); items.add({ type: ‘button’, model: new Model({ withText: true, label: ‘Second item’, labelStyle: ‘color: green’, class: ‘foo’ }) }); items.add({ type: ‘button’, model: new Model({ withText: true, […]