Updated description field in manifests
This commit is contained in:
@@ -64,7 +64,8 @@
|
|||||||
"description": {
|
"description": {
|
||||||
"type": "string",
|
"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",
|
"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": {
|
"uuid": {
|
||||||
"$ref": "#/definitions/uuidv4",
|
"$ref": "#/definitions/uuidv4",
|
||||||
|
|||||||
@@ -80,7 +80,7 @@
|
|||||||
"description": {
|
"description": {
|
||||||
"title": "Description",
|
"title": "Description",
|
||||||
"type": "string",
|
"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."
|
"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": {
|
"lock_template_options": {
|
||||||
|
|||||||
Reference in New Issue
Block a user