From d58159f1817179490b5699d069e686b01216d2ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sun, 25 Sep 2022 00:37:44 +0200 Subject: [PATCH] Show raw CKEDITOR barcode placeholder as tooltip in chooser plugin --- assets/ckeditor/plugins/PartDBLabel/PartDBLabelUI.js | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/ckeditor/plugins/PartDBLabel/PartDBLabelUI.js b/assets/ckeditor/plugins/PartDBLabel/PartDBLabelUI.js index 321aa54b..b9f40439 100644 --- a/assets/ckeditor/plugins/PartDBLabel/PartDBLabelUI.js +++ b/assets/ckeditor/plugins/PartDBLabel/PartDBLabelUI.js @@ -147,6 +147,7 @@ function getDropdownItemsDefinitions(t) { model: new Model( { commandParam: entry[0], label: t(entry[1]), + tooltip: entry[0], withText: true } ), };