Updated description field in manifests

This commit is contained in:
DaanV2
2022-03-27 14:10:55 +02:00
parent 5be11c06e7
commit 8dee53b106
2 changed files with 3 additions and 2 deletions

View File

@@ -64,7 +64,8 @@
"description": {
"type": "string",
"description": "This is a short description of the module. This is not user-facing at the moment but is a good place to remind yourself why the module is defined",
"title": "Description"
"title": "Description",
"default": ""
},
"uuid": {
"$ref": "#/definitions/uuidv4",