console-extensions.json 425 B

12345678910111213141516171819202122
  1. [
  2. {
  3. "type": "console.page/route",
  4. "properties": {
  5. "exact": true,
  6. "path": "/homelab-dashboard",
  7. "component": {
  8. "$codeRef": "DashboardPage"
  9. }
  10. }
  11. },
  12. {
  13. "type": "console.navigation/href",
  14. "properties": {
  15. "id": "homelab-dashboard",
  16. "name": "Homelab Dashboard",
  17. "href": "/homelab-dashboard",
  18. "perspective": "admin",
  19. "section": "home"
  20. }
  21. }
  22. ]