Updated projinfo schema

This commit is contained in:
thepaperpilot 2022-11-17 07:54:55 -06:00
parent 5b3e6e3de2
commit c6909cf1b6

View file

@ -66,6 +66,8 @@
"items": {
"type": "string"
},
"minItems": 1,
"uniqueItems": true,
"description": "The list of initial tabs to display on new saves. This value must have at least one element. Each element should be the ID of the layer to display in that tab."
},
"maxTickLength": {