Update example file to ensure JSON schema is working as updating JSDocs

This commit is contained in:
Warren Buckley
2023-03-06 20:27:16 +00:00
parent b6d34a335f
commit c05ebb1c4e

View File

@@ -4,7 +4,19 @@
"version": "1.0.0",
"extensions": [
{
"name": "My Dashboard",
"alias": "myDashboard",
"weight": -10,
"elementName": "my-dashboard",
"js": "js/my-dashboard.js",
"type": "dashboard",
"meta": {
"label": "My Dashboard",
"pathname": "my-dashboard",
"sections": ["Umb.Section.Content"]
}
}
]
}