20 lines
432 B
Plaintext
20 lines
432 B
Plaintext
{
|
|
// Corresponds to CF_TopBanner / Contentful_TopBanner.ts
|
|
name: "top_banner",
|
|
description: "Top-of-page banner or notice text",
|
|
tags: ["component", "layout"],
|
|
category: "components",
|
|
fields: {
|
|
id: {
|
|
type: "string",
|
|
required: true,
|
|
description: "Unique ID",
|
|
},
|
|
text: {
|
|
type: "string",
|
|
required: true,
|
|
description: "Banner text (e.g. notice at top of page)",
|
|
},
|
|
},
|
|
}
|