Updated projinfo schema

This commit is contained in:
thepaperpilot 2022-11-17 07:54:55 -06:00 committed by Replit user
parent d3efaf9301
commit b4b9beeb1a

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": {