use conditions right

This commit is contained in:
Niels Lyngsø
2023-08-23 10:37:34 +02:00
parent 753a6ae372
commit 0e7d800265
2 changed files with 22 additions and 11 deletions

View File

@@ -6,7 +6,7 @@
{
"name": "My Dashboard",
"alias": "myDashboard",
"weight": -10,
"elementName": "my-dashboard",
"js": "js/my-dashboard.js",
@@ -14,9 +14,14 @@
"type": "dashboard",
"meta": {
"label": "My Dashboard",
"pathname": "my-dashboard",
"sections": ["Umb.Section.Content"]
}
"pathname": "my-dashboard"
},
"conditions": [
{
"alias": "Umb.Condition.SectionAlias",
"match": "Umb.Section.Content"
}
]
}
]
}
}