mirror of
https://github.com/strapi/strapi.git
synced 2025-12-27 23:24:03 +00:00
29 lines
759 B
JSON
Executable File
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": ""
|
|
}
|
|
]
|
|
] |