RustyCMS: file-based headless CMS — API, Admin UI (content, types, assets), Docker/Caddy, image transform; only demo type and demo content in version control

Made-with: Cursor
This commit is contained in:
Peter Meier
2026-03-12 14:21:49 +01:00
parent aad93d145f
commit 7795a238e1
278 changed files with 15551 additions and 4072 deletions

25
.vscode/settings.json vendored
View File

@@ -62,6 +62,31 @@
"content/tag/*.json"
],
"url": "./schemas/tag.schema.json"
},
{
"fileMatch": [
"content/calendar/*.json5",
"content/calendar/*.json",
"content/*/calendar/*.json5",
"content/*/calendar/*.json"
],
"url": "./schemas/calendar.schema.json"
},
{
"fileMatch": [
"content/calendar_item/*.json5",
"content/calendar_item/*.json",
"content/*/calendar_item/*.json5",
"content/*/calendar_item/*.json"
],
"url": "./schemas/calendar_item.schema.json"
},
{
"fileMatch": [
"content/*/translation_bundle/*.json5",
"content/*/translation_bundle/*.json"
],
"url": "./schemas/translation_bundle.schema.json"
}
]
}