1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-28 08:48:48 +02:00

Fix mod schema: RMG templates added.

This commit is contained in:
AlexVinS 2015-07-27 08:36:19 +03:00
parent c5691cbeb1
commit 83fdce473e

View File

@ -97,6 +97,12 @@
"description": "List of configuration files for spells", "description": "List of configuration files for spells",
"items": { "type":"string", "format" : "textFile" } "items": { "type":"string", "format" : "textFile" }
}, },
"templates":{
"type":"array",
"description": "List of configuration files for RMG templates",
"items": { "type":"string", "format" : "textFile" }
},
"changelog" : { "changelog" : {
"type":"object", "type":"object",