From be7426dae0de43c8c2f8e996e0c11ca74d688bbf Mon Sep 17 00:00:00 2001 From: Owain Williams Date: Fri, 4 Jul 2025 12:20:31 +0100 Subject: [PATCH] Fix table formatting on Dashboard page It looks like maybe a copy/paste error with too many rows for the structure of the file --- .../extension-types/dashboard.md | 15 --------------- 1 file changed, 15 deletions(-) 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