FormClasses/mySimple.json

18 lines
438 B
JSON
Raw Normal View History

2024-06-14 15:55:36 +03:00
{
"meta": {
"title": "form 1",
"columns": {
"surname": "Фамилия",
"name": "Имя",
"patronymic":"Отчество",
"dateOfBirth": "Дата рождения",
"gender": "Пол",
"countryCode": "Код страны",
"phoneNumber": "Номер телефона",
"email": "Email"
},
"params": {"class": "table table-bordered", "border": "1"}
},
"data": []
}