Updated schema for the menu_category property (#142)
This commit is contained in:
@@ -63,12 +63,6 @@
|
|||||||
"default": "misc",
|
"default": "misc",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"required": ["category"],
|
"required": ["category"],
|
||||||
"properties": {
|
|
||||||
"menu_category": {
|
|
||||||
"title": "",
|
|
||||||
"description": "",
|
|
||||||
"type": "object",
|
|
||||||
"additionalProperties": false,
|
|
||||||
"properties": {
|
"properties": {
|
||||||
"category": {
|
"category": {
|
||||||
"title": "Category",
|
"title": "Category",
|
||||||
@@ -76,13 +70,6 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": ["construction", "nature", "equipment", "items", "none"]
|
"enum": ["construction", "nature", "equipment", "items", "none"]
|
||||||
},
|
},
|
||||||
"group": {
|
|
||||||
"title": "Group",
|
|
||||||
"description": "Specifies the language file key that maps to which expandable/collapsible group this block will be a part of within a category. If this field is omitted, or there is no group whose name matches the loc string, this block will be placed standalone in the given category.",
|
|
||||||
"type": "string"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"group": {
|
"group": {
|
||||||
"title": "Group",
|
"title": "Group",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
|||||||
Reference in New Issue
Block a user