2018-12-06 18:03:56 +01:00

29 lines
759 B
JSON
Executable File

[
[
{
"name": "restrictedAccess",
"label": {
"id": "documentation.containers.HomePage.form.restrictedAccess"
},
"type": "toggle",
"inputDescription": {
"id": "documentation.containers.HomePage.form.restrictedAccess.inputDescription"
},
"inputDescriptionStyle": { "marginBottom": "2px"},
"value": false
},
{
"name": "password",
"label": {
"id": "documentation.containers.HomePage.form.password"
},
"customBootstrapClass": "col-md-4",
"type": "password",
"inputDescription": {
"id": "documentation.containers.HomePage.form.password.inputDescription"
},
"validations": { "required": true },
"value": ""
}
]
]