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:
50
types/page_config.json5
Normal file
50
types/page_config.json5
Normal file
@@ -0,0 +1,50 @@
|
||||
{
|
||||
// Corresponds to CF_PageConfig / Contentful_PageConfig.ts
|
||||
name: "page_config",
|
||||
description: "Global page config (logo, footer, etc.)",
|
||||
tags: [
|
||||
"config",
|
||||
"layout"
|
||||
],
|
||||
category: "config",
|
||||
fields: {
|
||||
logo: {
|
||||
type: "referenceOrInline",
|
||||
collection: "img",
|
||||
required: true,
|
||||
description: "Logo image (reference to img)",
|
||||
},
|
||||
footerText1: {
|
||||
type: "string",
|
||||
required: true,
|
||||
description: "Footer text (e.g. copyright)",
|
||||
},
|
||||
seoTitle: {
|
||||
type: "string",
|
||||
required: true,
|
||||
description: "Default SEO title for website",
|
||||
},
|
||||
seoDescription: {
|
||||
type: "string",
|
||||
required: true,
|
||||
description: "Default meta description",
|
||||
},
|
||||
blogTagPageHeadline: {
|
||||
type: "string",
|
||||
description: "Headline for tag page (blog)",
|
||||
},
|
||||
blogPostsPageHeadline: {
|
||||
type: "string",
|
||||
description: "Headline for blog overview page",
|
||||
},
|
||||
blogPostsPageSubHeadline: {
|
||||
type: "string",
|
||||
description: "Subheadline for blog overview page",
|
||||
},
|
||||
website: {
|
||||
type: "string",
|
||||
required: true,
|
||||
description: "Website-URL",
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user