|
@@ -363,7 +363,7 @@
|
|
|
"type" : "object",
|
|
"type" : "object",
|
|
|
"default": {},
|
|
"default": {},
|
|
|
"additionalProperties" : false,
|
|
"additionalProperties" : false,
|
|
|
- "required" : [ "repositoryURL", "enableInstalledMods", "autoCheckRepositories", "updateOnStartup", "updateConfigUrl" ],
|
|
|
|
|
|
|
+ "required" : [ "repositoryURL", "enableInstalledMods", "extraResolutionsModPath", "autoCheckRepositories", "updateOnStartup", "updateConfigUrl" ],
|
|
|
"properties" : {
|
|
"properties" : {
|
|
|
"repositoryURL" : {
|
|
"repositoryURL" : {
|
|
|
"type" : "array",
|
|
"type" : "array",
|
|
@@ -378,6 +378,10 @@
|
|
|
"type" : "boolean",
|
|
"type" : "boolean",
|
|
|
"default" : true
|
|
"default" : true
|
|
|
},
|
|
},
|
|
|
|
|
+ "extraResolutionsModPath" : {
|
|
|
|
|
+ "type" : "string",
|
|
|
|
|
+ "default" : "/vcmi-extras/Mods/extraResolutions/Content/config/resolutions.json"
|
|
|
|
|
+ },
|
|
|
"autoCheckRepositories" : {
|
|
"autoCheckRepositories" : {
|
|
|
"type" : "boolean",
|
|
"type" : "boolean",
|
|
|
"default" : true
|
|
"default" : true
|