Skip to content

Commit ca22337

Browse files
authored
Merge pull request #7219 from OwainWilliams/patch-16
Fix table formatting on Dashboard page
2 parents 5a6e8ba + be7426d commit ca22337

File tree

1 file changed

+0
-15
lines changed
  • 16/umbraco-cms/customizing/extending-overview/extension-types

1 file changed

+0
-15
lines changed

16/umbraco-cms/customizing/extending-overview/extension-types/dashboard.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -101,21 +101,6 @@ The dashboard manifest can contain the following properties:
101101
| elementName | string | (Optional) The name of the Web Component that contains the dashboard (only if not a default export) |
102102
| weight | number | (Optional) The weight of the dashboard, higher numbers are displayed first |
103103
| 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 |
119104
| conditions | array | (Optional) [Conditions](condition.md) for when the dashboard should be displayed |
120105

121106
### Full Example

0 commit comments

Comments
 (0)