-
Notifications
You must be signed in to change notification settings - Fork 19
Description
Hello,
We added a new custom toolbar for the HTML editor and we noticed that when the HTML editor is displayed in responsive mode, the icons are displayed in the actions menu. For example:
We also noticed that our custom item toolbar is displaying the name defined in the toolbar-items.provider.ts in the menu options:
The problem is that we would like the label to be "SmarterCommerce Plugins" and if we change the name in the provider.ts the icon toolbar stops working as expected:
The icon is no longer displayed and the toolbar does not display our custom toolbar items.
We think that the reason is that admin app uses the name property to create classes for the components and because our name has spaces it no longer works:
So we were wondering if you could provide a property "Title" so that we can configure the name that the toolbar will display in the options menu while in responsive mode.
Thanks in advance,
Dehivis.




