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",

View File

@@ -80,7 +80,7 @@
"description": {
"title": "Description",
"type": "string",
"default": 0,
"default": "",
"description": "This is a short description of the pack. It will appear in the game below the name of the pack. We recommend keeping it to 1-2 lines."
},
"lock_template_options": {