You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 16/umbraco-cms/customizing/extending-overview/extension-types/dashboard.md
-15Lines changed: 0 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,21 +101,6 @@ The dashboard manifest can contain the following properties:
101
101
| elementName | string | (Optional) The name of the Web Component that contains the dashboard (only if not a default export) |
102
102
| weight | number | (Optional) The weight of the dashboard, higher numbers are displayed first |
103
103
| meta | object | <p>Additional metadata for the dashboard</p><table><thead><tr><th>Property</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td>Label</td><td>string</td><td>The label shown to the user</td></tr><tr><td>pathname</td><td>string</td><td>The routable URL pathname</td></tr></tbody></table> |
104
-
| Property | Type | Description |
105
-
| Label | string | The label shown to the user |
106
-
| pathname | string | The routable URL pathname |
107
-
| Property | Type | Description |
108
-
| Label | string | The label shown to the user |
109
-
| pathname | string | The routable URL pathname |
110
-
| Property | Type | Description |
111
-
| Label | string | The label shown to the user |
112
-
| pathname | string | The routable URL pathname |
113
-
| Property | Type | Description |
114
-
| Label | string | The label shown to the user |
115
-
| pathname | string | The routable URL pathname |
116
-
| Property | Type | Description |
117
-
| Label | string | The label shown to the user |
118
-
| pathname | string | The routable URL pathname |
119
104
| conditions | array | (Optional) [Conditions](condition.md) for when the dashboard should be displayed |
0 commit comments