mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
* directus minimal seed & seed instructions * more seed data * places-layer --------- Co-authored-by: Anton Tranelis <31516529+antontranelis@users.noreply.github.com>
18 lines
408 B
JSON
18 lines
408 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-places-map-local-development",
|
|
"layers_id": "layer-places",
|
|
"maps_id": "map-local-development"
|
|
}
|
|
]
|
|
} |