mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-12 23:36:00 +00:00
fix(backend): seed themes (#421)
This commit is contained in:
parent
25267224c9
commit
9f1368e6c5
49
backend/directus-config/development/seed/Themes.json
Normal file
49
backend/directus-config/development/seed/Themes.json
Normal file
@ -0,0 +1,49 @@
|
||||
{
|
||||
"collection": "Themes",
|
||||
"meta": {
|
||||
"insert_order": 1,
|
||||
"create": true,
|
||||
"update": true,
|
||||
"delete": true,
|
||||
"preserve_ids": true,
|
||||
"ignore_on_update": []
|
||||
},
|
||||
"data": [
|
||||
{
|
||||
"_sync_id": "theme-light",
|
||||
"theme": "light"
|
||||
},
|
||||
{
|
||||
"_sync_id": "theme-dark",
|
||||
"theme": "dark"
|
||||
},
|
||||
{
|
||||
"_sync_id": "theme-valentine",
|
||||
"theme": "valentine"
|
||||
},
|
||||
{
|
||||
"_sync_id": "theme-retro",
|
||||
"theme": "retro"
|
||||
},
|
||||
{
|
||||
"_sync_id": "theme-aqua",
|
||||
"theme": "aqua"
|
||||
},
|
||||
{
|
||||
"_sync_id": "theme-cyberpunk",
|
||||
"theme": "cyberpunk"
|
||||
},
|
||||
{
|
||||
"_sync_id": "theme-caramellatte",
|
||||
"theme": "caramellatte"
|
||||
},
|
||||
{
|
||||
"_sync_id": "theme-abyss",
|
||||
"theme": "abyss"
|
||||
},
|
||||
{
|
||||
"_sync_id": "theme-silk",
|
||||
"theme": "silk"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user