- updated call form - added new fields;

This commit is contained in:
Vitalii Kiiko
2024-10-01 10:35:21 +02:00
parent 4ba883c073
commit 111b1b5620
5 changed files with 136 additions and 16 deletions

View File

@@ -729,9 +729,23 @@ export const elementItems = [
settings: [
{
name: "text",
value: "Testo formattato"
value: ""
}
],
validators: {}
}
},
/*{
id: 20,
sortOrder: 20,
name: 'table',
label: 'Tabella',
description: 'Tabella',
settings: [
{
name: "label",
value: "Tabella"
}
],
validators: {}
}*/
]