Configurazione tenant e servizi
Ultimo aggiornamento
È stato utile?
È stato utile?
{
"display": "form",
"settings": null,
"components": [
{
"label": "UUID dell'ente",
"placeholder": "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX",
"applyMaskOn": "change",
"hidden": true,
"tableView": true,
"validate": {
"required": true
},
"key": "tenant_id",
"type": "textfield",
"input": true
},
{
"label": "UUID del Servizio",
"placeholder": "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX",
"applyMaskOn": "change",
"hidden": true,
"tableView": true,
"validate": {
"required": true
},
"key": "id",
"type": "textfield",
"input": true
},
{
"label": "Descrizione del servizio",
"placeholder": "Comune di Bugliano",
"applyMaskOn": "change",
"hidden": true,
"tableView": true,
"validate": {
"required": true
},
"key": "description",
"type": "textfield",
"input": true,
"defaultValue": "test"
},
{
"label": "Impostazioni specifiche del protocollo",
"tableView": false,
"validate": {
"required": false
},
"key": "registry",
"type": "container",
"input": true,
"components": [
{
"label": "URL Protocollazione",
"placeholder": "http://www.example.com/",
"tableView": true,
"validate": {
"required": true
},
"key": "url",
"type": "textfield",
"input": true
},
{
"label": "Gerarchia di Classificazione",
"placeholder": "1.2.3",
"tableView": true,
"validate": {
"required": false
},
"key": "classification_hierarchy",
"type": "textfield",
"input": true
},
{
"label": "Numero Fascicolo",
"placeholder": "1",
"tableView": true,
"validate": {
"required": false
},
"key": "folder_number",
"type": "textfield",
"input": true
},
{
"label": "Anno Fascicolo",
"placeholder": "2022",
"tableView": true,
"validate": {
"required": false
},
"key": "folder_year",
"type": "textfield",
"input": true
}
]
},
{
"label": "Attivo",
"tableView": false,
"validate": {
"required": false
},
"key": "is_active",
"type": "checkbox",
"input": true,
"defaultValue": false
},
{
"label": "Salva",
"tableView": false,
"validate": {
"required": false
},
"key": "submit",
"type": "button",
"input": true,
"disableOnInvalid": true
}
]
}{
"data": {
"tenant_id": "",
"id": "",
"description": " ",
"registry": {
"url": "url.protocollo.it",
"classification_hierarchy": "1.2.3",
"folder_number": "1",
"folder_year": "2023"
},
"is_active": true,
"submit": false
},
"metadata": {}
}