From b0b394d8a90e759423c92823df650859bbd3a40a Mon Sep 17 00:00:00 2001 From: Claudio-Emmolo <113107618+Claudio-Emmolo@users.noreply.github.com> Date: Thu, 6 Jun 2024 15:29:39 +0200 Subject: [PATCH] Widgetbay button, fix custom title --- src/widgetbay.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgetbay.js b/src/widgetbay.js index 7f6e922..87f5d49 100644 --- a/src/widgetbay.js +++ b/src/widgetbay.js @@ -24,7 +24,7 @@ tinymce.PluginManager.add('widgetbay', function (editor, url) { type: 'input', inputMode: 'text', name: 'title', - label: 'Custom title', + label: 'Custom title (optional)', placeholder: 'Add custom title to product' } ]