changed order of version settings in UI

This commit is contained in:
iLLiCiTiT 2022-01-21 18:48:59 +01:00
parent a06b13604f
commit c78eafa8eb
3 changed files with 48 additions and 42 deletions

View file

@ -2,9 +2,6 @@
"studio_name": "Studio name",
"studio_code": "stu",
"admin_password": "",
"production_version": "",
"staging_version": "",
"version_check_interval": 5,
"environment": {
"__environment_keys__": {
"global": []
@ -19,5 +16,8 @@
"windows": [],
"darwin": [],
"linux": []
}
},
"production_version": "",
"staging_version": "",
"version_check_interval": 5
}