chore: initial.json

This commit is contained in:
relikd
2024-07-03 00:47:14 +02:00
parent 8cd5bbcbc0
commit 72eec662e4
3 changed files with 36 additions and 1 deletions

View File

View File

@@ -0,0 +1,29 @@
[
{
"model": "app.content",
"fields": {
"key": "info",
"title": "About",
"body": "about this project",
"wide": true
}
},
{
"model": "app.content",
"fields": {
"key": "imprint",
"title": "Imprint",
"body": "your imprint",
"wide": false
}
},
{
"model": "app.content",
"fields": {
"key": "come-back-later",
"title": "Not Available",
"body": "come back later",
"wide": false
}
}
]