mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
61 lines
1.1 KiB
JSON
61 lines
1.1 KiB
JSON
{
|
|
"collection": "maps",
|
|
"field": "mapbox",
|
|
"type": "alias",
|
|
"meta": {
|
|
"collection": "maps",
|
|
"conditions": [
|
|
{
|
|
"hidden": false,
|
|
"name": "Tiles Type is Mapbox",
|
|
"readonly": false,
|
|
"required": true,
|
|
"rule": {
|
|
"_and": [
|
|
{
|
|
"tiles_type": {
|
|
"_eq": "mapbox"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"hidden": true,
|
|
"name": "Tiles Type is not Mapbox",
|
|
"readonly": true,
|
|
"required": false,
|
|
"rule": {
|
|
"_and": [
|
|
{
|
|
"tiles_type": {
|
|
"_neq": "mapbox"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"display": null,
|
|
"display_options": null,
|
|
"field": "mapbox",
|
|
"group": "tile_server",
|
|
"hidden": false,
|
|
"interface": "group-raw",
|
|
"note": null,
|
|
"options": null,
|
|
"readonly": false,
|
|
"required": false,
|
|
"sort": 3,
|
|
"special": [
|
|
"alias",
|
|
"no-data",
|
|
"group"
|
|
],
|
|
"translations": null,
|
|
"validation": null,
|
|
"validation_message": null,
|
|
"width": "full"
|
|
}
|
|
}
|