Last active
October 20, 2025 12:47
-
-
Save kadel/19057b705e2699b230962fddb4607d41 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - package: <url> | |
| disabled: false | |
| pluginConfig: | |
| dynamicPlugins: | |
| frontend: | |
| internal.dashboard-plugin: | |
| dynamicRoutes: | |
| - path: /dashboard-plugin | |
| importName: DashboardPage | |
| menuItem: | |
| text: Dashboard | |
| - package: <url> | |
| disabled: false | |
| pluginConfig: | |
| dynamicPlugins: | |
| frontend: | |
| internal.plugin-test-plugin: | |
| dynamicRoutes: | |
| - path: /test-plugin | |
| importName: TestPluginPage | |
| menuItem: | |
| text: Test Plugin | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment