use new enities in settings

This commit is contained in:
iLLiCiTiT 2021-12-03 16:05:49 +01:00
parent 2bfdc5c3e9
commit 27b1be9279
2 changed files with 15 additions and 0 deletions

View file

@ -2,6 +2,8 @@
"studio_name": "Studio name",
"studio_code": "stu",
"admin_password": "",
"production_version": "",
"staging_version": "",
"environment": {
"__environment_keys__": {
"global": []

View file

@ -30,6 +30,19 @@
{
"type": "splitter"
},
{
"type": "production-versions-enum",
"key": "production_version",
"label": "Production version"
},
{
"type": "staging-versions-enum",
"key": "staging_version",
"label": "Staging version"
},
{
"type": "splitter"
},
{
"key": "environment",
"label": "Environment",