Skip to content

Commit

Permalink
Widgetbay button, fix custom title
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudio-Emmolo committed Jun 6, 2024
1 parent c6021d6 commit b0b394d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgetbay.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
]
Expand Down

0 comments on commit b0b394d

Please sign in to comment.