2024-03-18 17:52:16 +03:00
|
|
|
{
|
2024-03-20 17:46:58 +03:00
|
|
|
"meta": {
|
|
|
|
"action": "some",
|
|
|
|
"id": "id_form"
|
2024-03-18 17:52:16 +03:00
|
|
|
},
|
2024-03-20 17:46:58 +03:00
|
|
|
"data": [
|
|
|
|
{
|
|
|
|
"type": "textInput",
|
|
|
|
"name": "email",
|
|
|
|
"placeholder": "Email",
|
|
|
|
"label": {
|
|
|
|
"title": "Email", "for": "emailId", "class": "form-label"
|
|
|
|
},
|
|
|
|
"class": "form-control"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "textInput",
|
|
|
|
"name": "phone",
|
|
|
|
"placeholder": "Телефон",
|
|
|
|
"class": "form-control",
|
|
|
|
"style": "color:RED;"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "textArea",
|
|
|
|
"name": "description",
|
|
|
|
"class": "form-control",
|
|
|
|
"placeholder": "Описание"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|