Update example JSON file to the generated JSON schema

This commit is contained in:
Warren Buckley
2023-03-06 15:55:33 +00:00
parent c0894eae27
commit d38802bb67

View File

@@ -1,17 +1,10 @@
{
"$schema": "manual-schema.json",
"$schema": "../../types/umbraco-package-schema.json",
"name": "My Package",
"version": "1.0.0",
"extensions": [
{
"name": "My Extension",
"alias": "myextension",
"js": "myextension.js",
"type": "dashboard",
"weight": 10,
"meta": {
}
}
]
}