Skip to content
New issue

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

feat: allow plugins to have a custom UI #3888

Open
robertsLando opened this issue Sep 13, 2024 · 0 comments
Open

feat: allow plugins to have a custom UI #3888

robertsLando opened this issue Sep 13, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@robertsLando
Copy link
Member

This can be handled by creating a method on plugins like getUIConfig that will return a configuration like:

{
	"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

This could help implementing #3887

@robertsLando robertsLando added the enhancement New feature or request label Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant