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:
@@ -17,12 +17,17 @@
|
||||
"type": "string"
|
||||
},
|
||||
"content": {
|
||||
"description": "Markdown/body text content",
|
||||
"description": "Markdown/body text: either inline or file reference (file:path, e.g. file:slug.content.md)",
|
||||
"type": "string"
|
||||
},
|
||||
"layout": {
|
||||
"description": "Column width (grid) like CF_ComponentLayout",
|
||||
"properties": {
|
||||
"breakout": {
|
||||
"default": false,
|
||||
"description": "Breakout layout (full width)",
|
||||
"type": "boolean"
|
||||
},
|
||||
"desktop": {
|
||||
"description": "Width on desktop (optional)",
|
||||
"enum": [
|
||||
@@ -61,6 +66,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"spaceBottom": {
|
||||
"default": 0,
|
||||
"description": "Space below (rem)",
|
||||
"enum": [
|
||||
0,
|
||||
|
||||
Reference in New Issue
Block a user