Show raw CKEDITOR barcode placeholder as tooltip in chooser plugin

This commit is contained in:
Jan Böhmer 2022-09-25 00:37:44 +02:00
parent 3d61e04e5b
commit d58159f181

View file

@ -147,6 +147,7 @@ function getDropdownItemsDefinitions(t) {
model: new Model( { model: new Model( {
commandParam: entry[0], commandParam: entry[0],
label: t(entry[1]), label: t(entry[1]),
tooltip: entry[0],
withText: true withText: true
} ), } ),
}; };