18 lines
369 B
Plaintext
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)",
|
|
},
|
|
},
|
|
}
|