Files
rustycms/types/footer.json5
Peter Meier 4de99db670
Some checks failed
Deploy to Server / deploy (push) Failing after 7s
Track all types in git, sync to server on deploy
2026-03-15 14:38:37 +01:00

18 lines
369 B
Plaintext

{
// 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)",
},
},
}