mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-12 23:36:00 +00:00
* add marker icons, images & seeds * added sample items to the development environment Co-authored-by: Anton Tranelis <31516529+antontranelis@users.noreply.github.com> * added ocean nomads layers * added and restructured files * added menu texts and removed place layer from sample map --------- Co-authored-by: Anton Tranelis <31516529+antontranelis@users.noreply.github.com> Co-authored-by: Anton Tranelis <mail@antontranelis.de>
32 lines
745 B
JSON
32 lines
745 B
JSON
{
|
|
"collection": "directus_files",
|
|
"meta": {
|
|
"insert_order": 1,
|
|
"create": true,
|
|
"update": true,
|
|
"delete": true,
|
|
"preserve_ids": false,
|
|
"ignore_on_update": []
|
|
},
|
|
"data": [
|
|
{
|
|
"_sync_id": "utopia-logo",
|
|
"_file_path": "./files/utopia-logo.svg",
|
|
"storage": "local",
|
|
"filename_download": "utopia-logo.svg",
|
|
"title": "Utopia Logo",
|
|
"tags": [],
|
|
"description": "Utopia Logo"
|
|
},
|
|
{
|
|
"_sync_id": "vessel-svg",
|
|
"_file_path": "./files/vessel.svg",
|
|
"storage": "local",
|
|
"folder": "27b2a288-d50a-48b7-88cd-35945503277b",
|
|
"filename_download": "vessel.svg",
|
|
"title": "Vessel SVG",
|
|
"tags": [],
|
|
"description": "Vessel SVG"
|
|
}
|
|
]
|
|
} |