mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
* removed ocean nomad specific collections * removed vessel icon * updated seeds * added profilecomponentes to type * added text to item * improved sample data * improved sample data * improved sample data * fix comment --------- Co-authored-by: Anton Tranelis <mail@antontranelis.de>
28 lines
750 B
JSON
28 lines
750 B
JSON
{
|
|
"collection": "layers_maps",
|
|
"meta": {
|
|
"insert_order": 1,
|
|
"create": true,
|
|
"update": true,
|
|
"delete": true,
|
|
"preserve_ids": false,
|
|
"ignore_on_update": []
|
|
},
|
|
"data": [
|
|
{
|
|
"_sync_id": "layer-events-map-local-development",
|
|
"layers_id": "layer-events",
|
|
"maps_id": "map-local-development"
|
|
},
|
|
{
|
|
"_sync_id": "layer-people-map-local-development",
|
|
"layers_id": "layer-people",
|
|
"maps_id": "map-local-development"
|
|
},
|
|
{
|
|
"_sync_id": "layer-places-map-local-development",
|
|
"layers_id": "layer-places",
|
|
"maps_id": "map-local-development"
|
|
}
|
|
]
|
|
} |