Skip to content

Commit 70acf2f

Browse files
committed
plugin config simplified
1 parent b951f8c commit 70acf2f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

dist.tgz

80 Bytes
Binary file not shown.

src/plugin/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ package:
44
name: dashboard
55
description: The dashboard panel and associated widgets
66
type: iframe
7-
install:
7+
services:
88
routes:
9-
- path: dashboard
9+
- path: "{{plugin}}"
1010
view: main
1111
authorization: true
1212
menu:
13-
- name: dashboard
14-
definition:
15-
path: ["dashboard"]
13+
items:
14+
- name: dashboard
15+
path: "{{plugin}}"
1616
label: Dashboard
1717
icon: dashboard

0 commit comments

Comments
 (0)