update schema for Content Patcher 1.22
This commit is contained in:
parent
9174e17f53
commit
ed47c2a0ce
|
@ -11,9 +11,9 @@
|
|||
"title": "Format version",
|
||||
"description": "The format version. You should always use the latest version to enable the latest features and avoid obsolete behavior.",
|
||||
"type": "string",
|
||||
"const": "1.21.0",
|
||||
"const": "1.22.0",
|
||||
"@errorMessages": {
|
||||
"const": "Incorrect value '@value'. This should be set to the latest format version, currently '1.21.0'."
|
||||
"const": "Incorrect value '@value'. This should be set to the latest format version, currently '1.22.0'."
|
||||
}
|
||||
},
|
||||
"ConfigSchema": {
|
||||
|
|
Loading…
Reference in New Issue