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
This can be handled by creating a method on plugins like getUIConfig that will return a configuration like:
getUIConfig
{ "tabs": [ { "title": "XXX", "tabIcon": "mdi-xxx", "path": "/my-plugin/ui" } ] }
Based on active plugins ZUI will add required tabs on left nav and when clicking on the tab show an iframe pointing to path specified
path
This could help implementing #3887
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This can be handled by creating a method on plugins like
getUIConfig
that will return a configuration like:Based on active plugins ZUI will add required tabs on left nav and when clicking on the tab show an iframe pointing to
path
specifiedThis could help implementing #3887
The text was updated successfully, but these errors were encountered: