From 8dee53b10628604eb38de60db1b4f23665a6216f Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Sun, 27 Mar 2022 14:10:55 +0200 Subject: [PATCH] Updated description field in manifests --- source/general/manifest/manifest.1.json | 3 ++- source/general/manifest/manifest.2.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/source/general/manifest/manifest.1.json b/source/general/manifest/manifest.1.json index 024832a8..beb7ad5b 100644 --- a/source/general/manifest/manifest.1.json +++ b/source/general/manifest/manifest.1.json @@ -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", diff --git a/source/general/manifest/manifest.2.json b/source/general/manifest/manifest.2.json index 59949de2..158ae088 100644 --- a/source/general/manifest/manifest.2.json +++ b/source/general/manifest/manifest.2.json @@ -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": {