mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
* rename manual folder to seed-manual * adjust seed structure to support multiple projects * add gitignore --------- Co-authored-by: Anton Tranelis <31516529+antontranelis@users.noreply.github.com>
26 lines
654 B
JSON
26 lines
654 B
JSON
{
|
|
"collection": "layers",
|
|
"meta": {
|
|
"insert_order": 1,
|
|
"create": true,
|
|
"update": true,
|
|
"delete": true,
|
|
"preserve_ids": false,
|
|
"ignore_on_update": []
|
|
},
|
|
"data": [
|
|
{
|
|
"_sync_id": "layer-places",
|
|
"name": "Places",
|
|
"itemType": "type-test",
|
|
"userProfileLayer": false,
|
|
"menuColor": "#2ECDA7",
|
|
"markerDefaultColor2": null,
|
|
"onlyOnePerOwner": false,
|
|
"index_plus_button": true,
|
|
"public_edit_items": false,
|
|
"listed": true,
|
|
"item_presets": null
|
|
}
|
|
]
|
|
} |