Track all types in git, sync to server on deploy
Some checks failed
Deploy to Server / deploy (push) Failing after 7s
Some checks failed
Deploy to Server / deploy (push) Failing after 7s
This commit is contained in:
17
types/footer.json5
Normal file
17
types/footer.json5
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
// 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