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:
parent
c5691cbeb1
commit
83fdce473e
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user