@opengis/admin
Version:
This project Softpro Admin
56 lines • 1.21 kB
JSON
{
"entity": {
"ua": "Таблиця",
"type": "Autocomplete",
"data": "core.routes.alias",
"validators": [
"required"
],
"col": 6
},
"name": {
"ua": "Назва",
"type": "Text",
"validators": [
"required"
],
"col": 6
},
"title": {
"ua": "Підпис",
"type": "Text",
"validators": [
"required"
],
"col": 6
},
"format": {
"ua": "Формат",
"type": "Autocomplete",
"data": "core.column_type",
"validators": [
"required"
],
"col": 6
},
"data": {
"ua": "Випадаючий список",
"type": "Text",
"col": 12,
"conditions": [
"format",
"==",
"select"
]
},
"filter": {
"type": "Switcher",
"ua": "Фільтр по колонці",
"col": 6
},
"_table": {
"type": "Switcher",
"ua": "Відображати в таблиці",
"col": 6
}
}