We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, menu plugin names are truncated if they are too long:
For my use case I want to add some additional menu plugins to enable specific functionality in the subscriber later binding plugin.
I can't think of a shorter name so I'm thinking of having:
Ideally we could resolve this by allowing a wider menu bar, allowing multi-line or supporting a secondary line.
I guess the other option would be an increased hierarchy such that we could do
While more work, I can see a need for many plugins in future and so a hierarchy seems like a good option to me.
The text was updated successfully, but these errors were encountered:
I think it would be nice to "group" the plugins.
"menu": [ "Subscriber": [ {...}, {...} ] ]
For this, the schema.json (if present) and the way of displaying plugins should be changed
Sorry, something went wrong.
Hierarchy and a tooltip maybe to show the full string?
No branches or pull requests
Currently, menu plugin names are truncated if they are too long:
For my use case I want to add some additional menu plugins to enable specific functionality in the subscriber later binding plugin.
I can't think of a shorter name so I'm thinking of having:
Ideally we could resolve this by allowing a wider menu bar, allowing multi-line or supporting a secondary line.
I guess the other option would be an increased hierarchy such that we could do
While more work, I can see a need for many plugins in future and so a hierarchy seems like a good option to me.
The text was updated successfully, but these errors were encountered: