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:
25
.vscode/settings.json
vendored
25
.vscode/settings.json
vendored
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user