diff --git a/16/umbraco-cms/customizing/extending-overview/extension-types/dashboard.md b/16/umbraco-cms/customizing/extending-overview/extension-types/dashboard.md index 4d4fc8f54e9..869cccda049 100644 --- a/16/umbraco-cms/customizing/extending-overview/extension-types/dashboard.md +++ b/16/umbraco-cms/customizing/extending-overview/extension-types/dashboard.md @@ -101,21 +101,6 @@ The dashboard manifest can contain the following properties: | elementName | string | (Optional) The name of the Web Component that contains the dashboard (only if not a default export) | | weight | number | (Optional) The weight of the dashboard, higher numbers are displayed first | | meta | object |

Additional metadata for the dashboard

PropertyTypeDescription
LabelstringThe label shown to the user
pathnamestringThe routable URL pathname
| -| Property | Type | Description | -| Label | string | The label shown to the user | -| pathname | string | The routable URL pathname | -| Property | Type | Description | -| Label | string | The label shown to the user | -| pathname | string | The routable URL pathname | -| Property | Type | Description | -| Label | string | The label shown to the user | -| pathname | string | The routable URL pathname | -| Property | Type | Description | -| Label | string | The label shown to the user | -| pathname | string | The routable URL pathname | -| Property | Type | Description | -| Label | string | The label shown to the user | -| pathname | string | The routable URL pathname | | conditions | array | (Optional) [Conditions](condition.md) for when the dashboard should be displayed | ### Full Example