Skip to content
Snippets Groups Projects

Issue #3390705: Add ability to disable button text

Merged vincent.hoehn requested to merge issue/ckeditor5_template-3390705:1.0.x into 1.0.x
4 files
+ 32
8
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -16,8 +16,8 @@ export default class Template extends Plugin {
const dropdownView = createDropdown(locale);
dropdownView.buttonView.set({
label: 'Template',
withText: true,
label: template_config['custom_toolbar_text'],
withText: template_config['show_toolbar_text'] || false,
icon: templateIcon,
tooltip: true
});
Loading