console-extensions.json 377 B

1234567891011121314151617181920
  1. [
  2. {
  3. "type": "console.page/route",
  4. "properties": {
  5. "exact": true,
  6. "path": "/example",
  7. "component": { "$codeRef": "ExamplePage" }
  8. }
  9. },
  10. {
  11. "type": "console.navigation/href",
  12. "properties": {
  13. "id": "example",
  14. "name": "Plugin Example",
  15. "href": "/example",
  16. "perspective": "admin",
  17. "section": "home"
  18. }
  19. }
  20. ]