strapi-plugin-documentation
Version:
Create an OpenAPI Document and visualize your API with SWAGGER UI.
29 lines • 759 B
JSON
[
[
{
"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": ""
}
]
]