Update example JSON file to the generated JSON schema
This commit is contained in:
@@ -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": {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user