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: 14/umbraco-cms/customizing/extending-overview/extension-types/dashboard.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Here is a table of the default dashboards in Umbraco and the sections they are u
37
37
38
38
Even though these dashboards are useful, you might want to create your own custom dashboard to display specific information or functionality.
39
39
40
-
You can try and [create a custom dashboard](../../../../tutorials/creating-a-custom-dashboard/) as a way on getting started on this topic.
40
+
You can try and [create a custom dashboard](../../../tutorials/creating-a-custom-dashboard/) as a way on getting started on this topic.
41
41
42
42
## Registering your Dashboard
43
43
@@ -85,7 +85,7 @@ You can specify conditions for when the dashboard should be displayed. This is d
85
85
This will make the dashboard only be displayed on the Content section.
86
86
87
87
{% hint style="info" %}
88
-
You can read more about [Extension Conditions](../../../customizing/extending-overview/extension-types/condition.md) in the documentation.
88
+
You can read more about [Extension Conditions](condition.md) in the documentation.
89
89
{% endhint %}
90
90
91
91
### Properties
@@ -107,7 +107,7 @@ The dashboard manifest can contain the following properties:
107
107
| Property | Type | Description |
108
108
| Label | string | The label shown to the user |
109
109
| pathname | string | The routable URL pathname |
110
-
| conditions | array | (Optional) [Conditions](../../../customizing/extending-overview/extension-types/condition.md) for when the dashboard should be displayed |
110
+
| conditions | array | (Optional) [Conditions](condition.md) for when the dashboard should be displayed|
0 commit comments