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:
@@ -1,17 +0,0 @@
|
||||
{
|
||||
// Corresponds to CF_Footer extends CF_Content / Contentful_Footer.ts
|
||||
name: "footer",
|
||||
description: "Footer with content layout",
|
||||
tags: ["layout", "config"],
|
||||
category: "config",
|
||||
extends: [
|
||||
"content_layout"
|
||||
],
|
||||
fields: {
|
||||
id: {
|
||||
type: "string",
|
||||
required: true,
|
||||
description: "Unique footer ID (e.g. for navigation)",
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user