Skip to content

Instantly share code, notes, and snippets.

@grgcnnr
Created December 17, 2023 02:30
Show Gist options
  • Save grgcnnr/f88298cf02febc997530503bd2af58e7 to your computer and use it in GitHub Desktop.
Save grgcnnr/f88298cf02febc997530503bd2af58e7 to your computer and use it in GitHub Desktop.
Contentful release notes and feature pages space content types.
[
{
"sys": {
"space": {
"sys": {
"type": "Link",
"linkType": "Space",
"id": "iv6sgymin4xp"
}
},
"id": "productNewsletter",
"type": "ContentType",
"createdAt": "2023-09-25T01:37:12.122Z",
"updatedAt": "2023-10-16T22:20:09.642Z",
"environment": {
"sys": {
"id": "master",
"type": "Link",
"linkType": "Environment"
}
},
"revision": 3
},
"displayField": "title",
"name": "Product Newsletter",
"description": "An edition of the product newsletter. Add sections of content to this parent content type.",
"fields": [
{
"id": "title",
"name": "Title",
"type": "Symbol",
"localized": false,
"required": true,
"disabled": false,
"omitted": false
},
{
"id": "edition",
"name": "Edition",
"type": "Number",
"localized": false,
"required": true,
"disabled": false,
"omitted": false
},
{
"id": "preheaderText",
"name": "Preheader Text",
"type": "Symbol",
"localized": false,
"required": false,
"disabled": false,
"omitted": false
},
{
"id": "sections",
"name": "Sections",
"type": "Array",
"localized": false,
"required": false,
"disabled": false,
"omitted": false,
"items": {
"type": "Link",
"validations": [
{
"linkContentType": [
"whatsNewSection",
"tipsAndTricksSection",
"featureSection",
"webinarSection"
]
}
],
"linkType": "Entry"
}
}
]
},
{
"sys": {
"space": {
"sys": {
"type": "Link",
"linkType": "Space",
"id": "iv6sgymin4xp"
}
},
"id": "webinarSection",
"type": "ContentType",
"createdAt": "2023-09-25T01:37:11.108Z",
"updatedAt": "2023-09-25T01:37:11.108Z",
"environment": {
"sys": {
"id": "master",
"type": "Link",
"linkType": "Environment"
}
},
"revision": 1
},
"displayField": "title",
"name": "Webinar Section",
"description": "A Webinars Product Newsletter section to which you can add two blocks.",
"fields": [
{
"id": "title",
"name": "Title",
"type": "Symbol",
"localized": false,
"required": true,
"disabled": false,
"omitted": false
},
{
"id": "blocks",
"name": "Blocks",
"type": "Array",
"localized": false,
"required": false,
"disabled": false,
"omitted": false,
"items": {
"type": "Link",
"validations": [
{
"linkContentType": [
"webinarBlock"
]
}
],
"linkType": "Entry"
}
}
]
},
{
"sys": {
"space": {
"sys": {
"type": "Link",
"linkType": "Space",
"id": "iv6sgymin4xp"
}
},
"id": "featureSection",
"type": "ContentType",
"createdAt": "2023-09-25T01:37:10.006Z",
"updatedAt": "2023-09-25T01:37:10.006Z",
"environment": {
"sys": {
"id": "master",
"type": "Link",
"linkType": "Environment"
}
},
"revision": 1
},
"displayField": "title",
"name": "Features Section",
"description": "A Beta Programs Product Newsletter section to which you can add blocks.",
"fields": [
{
"id": "title",
"name": "Title",
"type": "Symbol",
"localized": false,
"required": true,
"disabled": false,
"omitted": false
},
{
"id": "blocks",
"name": "Blocks",
"type": "Array",
"localized": false,
"required": false,
"disabled": false,
"omitted": false,
"items": {
"type": "Link",
"validations": [
{
"linkContentType": [
"featureBlock"
]
}
],
"linkType": "Entry"
}
}
]
},
{
"sys": {
"space": {
"sys": {
"type": "Link",
"linkType": "Space",
"id": "iv6sgymin4xp"
}
},
"id": "tipsAndTricksSection",
"type": "ContentType",
"createdAt": "2023-09-25T01:37:09.011Z",
"updatedAt": "2023-09-25T01:37:09.011Z",
"environment": {
"sys": {
"id": "master",
"type": "Link",
"linkType": "Environment"
}
},
"revision": 1
},
"displayField": "title",
"name": "Tips and Tricks Section",
"description": "A Tips and Tricks Product Newsletter section to which you can add blocks.",
"fields": [
{
"id": "title",
"name": "Title",
"type": "Symbol",
"localized": false,
"required": true,
"disabled": false,
"omitted": false
},
{
"id": "blocks",
"name": "Blocks",
"type": "Array",
"localized": false,
"required": false,
"disabled": false,
"omitted": false,
"items": {
"type": "Link",
"validations": [
{
"linkContentType": [
"tipsAndTricksBlock"
]
}
],
"linkType": "Entry"
}
}
]
},
{
"sys": {
"space": {
"sys": {
"type": "Link",
"linkType": "Space",
"id": "iv6sgymin4xp"
}
},
"id": "whatsNewSection",
"type": "ContentType",
"createdAt": "2023-09-25T01:37:08.073Z",
"updatedAt": "2023-09-25T01:37:08.073Z",
"environment": {
"sys": {
"id": "master",
"type": "Link",
"linkType": "Environment"
}
},
"revision": 1
},
"displayField": "title",
"name": "What's New Section",
"description": "A What's New Product Newsletter section to which you can add blocks.",
"fields": [
{
"id": "title",
"name": "Title",
"type": "Symbol",
"localized": false,
"required": true,
"disabled": false,
"omitted": false
},
{
"id": "blocks",
"name": "Blocks",
"type": "Array",
"localized": false,
"required": false,
"disabled": false,
"omitted": false,
"items": {
"type": "Link",
"validations": [
{
"linkContentType": [
"whatsNewBlock"
]
}
],
"linkType": "Entry"
}
}
]
},
{
"sys": {
"space": {
"sys": {
"type": "Link",
"linkType": "Space",
"id": "iv6sgymin4xp"
}
},
"id": "webinarBlock",
"type": "ContentType",
"createdAt": "2023-09-25T01:37:06.940Z",
"updatedAt": "2023-09-25T01:37:06.940Z",
"environment": {
"sys": {
"id": "master",
"type": "Link",
"linkType": "Environment"
}
},
"revision": 1
},
"displayField": "heading",
"name": "Webinars Product Newsletter Block",
"description": "Block used for the Upcoming/Previous Webinars section in the product newsletter.",
"fields": [
{
"id": "columnHeading",
"name": "Column Heading",
"type": "Symbol",
"localized": false,
"required": true,
"disabled": false,
"omitted": false
},
{
"id": "leadIn",
"name": "Lead-in",
"type": "Text",
"localized": false,
"required": false,
"disabled": false,
"omitted": false
},
{
"id": "image",
"name": "Image",
"type": "Link",
"localized": false,
"required": false,
"disabled": false,
"omitted": false,
"linkType": "Asset"
},
{
"id": "heading",
"name": "Heading",
"type": "Symbol",
"localized": false,
"required": true,
"disabled": false,
"omitted": false
},
{
"id": "bodyCopy",
"name": "Body Copy",
"type": "Text",
"localized": false,
"required": true,
"disabled": false,
"omitted": false
},
{
"id": "link",
"name": "Link",
"type": "Link",
"localized": false,
"required": false,
"disabled": false,
"omitted": false,
"linkType": "Entry",
"validations": [
{
"linkContentType": [
"externalLink"
]
}
]
}
]
},
{
"sys": {
"space": {
"sys": {
"type": "Link",
"linkType": "Space",
"id": "iv6sgymin4xp"
}
},
"id": "featureBlock",
"type": "ContentType",
"createdAt": "2023-09-25T01:37:05.928Z",
"updatedAt": "2023-09-25T01:37:05.928Z",
"environment": {
"sys": {
"id": "master",
"type": "Link",
"linkType": "Environment"
}
},
"revision": 1
},
"displayField": "heading",
"name": "Features Product Newsletter Block",
"description": "Block used for the Beta Features section in the product newsletter.",
"fields": [
{
"id": "tag",
"name": "Tag",
"type": "Symbol",
"localized": false,
"required": true,
"disabled": false,
"omitted": false
},
{
"id": "heading",
"name": "Heading",
"type": "Symbol",
"localized": false,
"required": true,
"disabled": false,
"omitted": false
},
{
"id": "image",
"name": "Image",
"type": "Link",
"localized": false,
"required": false,
"disabled": false,
"omitted": false,
"linkType": "Asset"
},
{
"id": "bodyCopy",
"name": "Body Copy",
"type": "Text",
"localized": false,
"required": true,
"disabled": false,
"omitted": false
},
{
"id": "link",
"name": "Link",
"type": "Link",
"localized": false,
"required": false,
"disabled": false,
"omitted": false,
"linkType": "Entry",
"validations": [
{
"linkContentType": [
"externalLink"
]
}
]
}
]
},
{
"sys": {
"space": {
"sys": {
"type": "Link",
"linkType": "Space",
"id": "iv6sgymin4xp"
}
},
"id": "tipsAndTricksBlock",
"type": "ContentType",
"createdAt": "2023-09-25T01:37:04.767Z",
"updatedAt": "2023-09-25T01:37:04.767Z",
"environment": {
"sys": {
"id": "master",
"type": "Link",
"linkType": "Environment"
}
},
"revision": 1
},
"displayField": "heading",
"name": "Tips and Tricks Product Newsletter Block",
"description": "Block used for the Tips and Tricks section in the product newsletter.",
"fields": [
{
"id": "icon",
"name": "Icon",
"type": "Link",
"localized": false,
"required": true,
"disabled": false,
"omitted": false,
"linkType": "Asset"
},
{
"id": "heading",
"name": "Heading",
"type": "Symbol",
"localized": false,
"required": true,
"disabled": false,
"omitted": false
},
{
"id": "bodyCopy",
"name": "Body Copy",
"type": "Text",
"localized": false,
"required": true,
"disabled": false,
"omitted": false
}
]
},
{
"sys": {
"space": {
"sys": {
"type": "Link",
"linkType": "Space",
"id": "iv6sgymin4xp"
}
},
"id": "whatsNewBlock",
"type": "ContentType",
"createdAt": "2023-09-25T01:37:03.577Z",
"updatedAt": "2023-09-25T01:37:03.577Z",
"environment": {
"sys": {
"id": "master",
"type": "Link",
"linkType": "Environment"
}
},
"revision": 1
},
"displayField": "heading",
"name": "What's New Product Newsletter Block",
"description": "Block used for the What's New section in the product newsletter.",
"fields": [
{
"id": "tag",
"name": "Tag",
"type": "Symbol",
"localized": false,
"required": true,
"disabled": false,
"omitted": false
},
{
"id": "heading",
"name": "Heading",
"type": "Symbol",
"localized": false,
"required": true,
"disabled": false,
"omitted": false
},
{
"id": "image",
"name": "Image",
"type": "Link",
"localized": false,
"required": false,
"disabled": false,
"omitted": false,
"linkType": "Asset"
},
{
"id": "bodyCopy",
"name": "Body Copy",
"type": "Text",
"localized": false,
"required": true,
"disabled": false,
"omitted": false
},
{
"id": "link",
"name": "Link",
"type": "Link",
"localized": false,
"required": false,
"disabled": false,
"omitted": false,
"linkType": "Entry",
"validations": [
{
"linkContentType": [
"externalLink"
]
}
]
}
]
},
{
"sys": {
"space": {
"sys": {
"type": "Link",
"linkType": "Space",
"id": "iv6sgymin4xp"
}
},
"id": "externalLink",
"type": "ContentType",
"createdAt": "2023-09-25T01:37:02.340Z",
"updatedAt": "2023-09-25T01:37:02.340Z",
"environment": {
"sys": {
"id": "master",
"type": "Link",
"linkType": "Environment"
}
},
"revision": 1
},
"displayField": "title",
"name": "External Link",
"description": "Simple content type to map external links",
"fields": [
{
"id": "title",
"name": "Title",
"type": "Symbol",
"localized": false,
"required": true,
"disabled": false,
"omitted": false
},
{
"id": "url",
"name": "URL",
"type": "Symbol",
"localized": false,
"required": true,
"disabled": false,
"omitted": false
}
]
},
{
"sys": {
"space": {
"sys": {
"type": "Link",
"linkType": "Space",
"id": "iv6sgymin4xp"
}
},
"id": "advertisingLandingPage",
"type": "ContentType",
"createdAt": "2022-07-29T02:22:06.242Z",
"updatedAt": "2023-07-26T00:02:29.819Z",
"environment": {
"sys": {
"id": "master",
"type": "Link",
"linkType": "Environment"
}
},
"revision": 19
},
"displayField": "title",
"name": "Advertising Campaign Landing Page",
"description": "A configurable landing page for performance marketing.",
"fields": [
{
"id": "title",
"name": "Title",
"type": "Symbol",
"localized": true,
"required": true,
"disabled": false,
"omitted": false
},
{
"id": "slug",
"name": "slug",
"type": "Symbol",
"localized": false,
"required": true,
"disabled": false,
"omitted": false
},
{
"id": "seoData",
"name": "SEO Data",
"type": "Link",
"localized": false,
"required": false,
"disabled": false,
"omitted": false,
"linkType": "Entry",
"validations": [
{
"linkContentType": [
"seoObject"
]
}
]
},
{
"id": "headerText",
"name": "Header text",
"type": "Text",
"localized": true,
"required": false,
"disabled": false,
"omitted": false
},
{
"id": "heroImage",
"name": "Hero Image",
"type": "Link",
"localized": false,
"required": true,
"disabled": false,
"omitted": false,
"linkType": "Asset"
},
{
"id": "contentSlots",
"name": "Page Content",
"type": "Array",
"localized": false,
"required": false,
"disabled": false,
"omitted": false,
"items": {
"type": "Link",
"validations": [
{
"linkContentType": [
"advertisingLandingPage.QuoteBlock",
"advertisingLandingPage.DemoBlock",
"advertisingLandingPage.KarbonEffectBlock",
"advertisingLandingPage.SocialProofBlock",
"advertisingLandingPage.TextContentBlock",
"advertisingLandingPage.ComparisonBlock"
]
}
],
"linkType": "Entry"
}
},
{
"id": "getStartedFlow",
"name": "Get Started Flow",
"type": "Symbol",
"localized": false,
"required": true,
"disabled": false,
"omitted": false
}
]
},
{
"sys": {
"space": {
"sys": {
"type": "Link",
"linkType": "Space",
"id": "iv6sgymin4xp"
}
},
"id": "tout",
"type": "ContentType",
"createdAt": "2023-02-12T22:23:18.586Z",
"updatedAt": "2023-03-29T20:48:45.688Z",
"environment": {
"sys": {
"id": "master",
"type": "Link",
"linkType": "Environment"
}
},
"revision": 3
},
"displayField": "title",
"name": "Tout",
"description": "An image and some text, side by side",
"fields": [
{
"id": "title",
"name": "Title",
"type": "Symbol",
"localized": false,
"required": true,
"disabled": false,
"omitted": false
},
{
"id": "image",
"name": "Image",
"type": "Link",
"localized": false,
"required": true,
"disabled": false,
"omitted": false,
"linkType": "Asset"
},
{
"id": "body",
"name": "Body",
"type": "Text",
"localized": false,
"required": false,
"disabled": false,
"omitted": false
},
{
"id": "linkUrl",
"name": "CTA Link",
"type": "Symbol",
"localized": false,
"required": false,
"disabled": false,
"omitted": false
},
{
"id": "linkText",
"name": "CTA Text",
"type": "Symbol",
"localized": false,
"required": false,
"disabled": false,
"omitted": false
},
{
"id": "videoID",
"name": "Video ID",
"type": "Symbol",
"localized": false,
"required": false,
"disabled": false,
"omitted": false
}
]
},
{
"sys": {
"space": {
"sys": {
"type": "Link",
"linkType": "Space",
"id": "iv6sgymin4xp"
}
},
"id": "SEOVSPage",
"type": "ContentType",
"createdAt": "2023-02-12T22:23:20.235Z",
"updatedAt": "2023-02-12T22:23:21.280Z",
"environment": {
"sys": {
"id": "master",
"type": "Link",
"linkType": "Environment"
}
},
"revision": 2
},
"displayField": "title",
"name": "SEO VS Page",
"description": "'SEO VS' Landing Page",
"fields": [
{
"id": "title",
"name": "Title",
"type": "Symbol",
"localized": false,
"required": true,
"disabled": false,
"omitted": false
},
{
"id": "slug",
"name": "Slug",
"type": "Symbol",
"localized": false,
"required": true,
"disabled": false,
"omitted": false
},
{
"id": "seoData",
"name": "SEO Data",
"type": "Link",
"localized": false,
"required": true,
"disabled": false,
"omitted": false,
"linkType": "Entry",
"validations": [
{
"linkContentType": [
"seoObject"
]
}
]
},
{
"id": "headerText",
"name": "Header Text",
"type": "Text",
"localized": false,
"required": true,
"disabled": false,
"omitted": false
},
{
"id": "heroImage",
"name": "Header Image",
"type": "Link",
"localized": false,
"required": true,
"disabled": false,
"omitted": false,
"linkType": "Asset"
},
{
"id": "comparisonTable",
"name": "Comparison Table",
"type": "Link",
"localized": false,
"required": true,
"disabled": false,
"omitted": false,
"linkType": "Entry",
"validations": [
{
"linkContentType": [
"advertisingLandingPage.ComparisonBlock"
]
}
]
},
{
"id": "toutsHeading",
"name": "Touts Heading",
"type": "Symbol",
"localized": false,
"required": false,
"disabled": false,
"omitted": false
},
{
"id": "touts",
"name": "Page Touts",
"type": "Array",
"localized": false,
"required": false,
"disabled": false,
"omitted": false,
"items": {
"type": "Link",
"validations": [
{
"linkContentType": [
"tout"
]
}
],
"linkType": "Entry"
}
},
{
"id": "testimonials",
"name": "Testimonials",
"type": "Array",
"localized": false,
"required": false,
"disabled": false,
"omitted": false,
"items": {
"type": "Link",
"validations": [
{
"linkContentType": [
"advertisingLandingPage.QuoteBlock"
]
}
],
"linkType": "Entry"
}
},
{
"id": "faqs",
"name": "FAQs",
"type": "Array",
"localized": false,
"required": true,
"disabled": false,
"omitted": false,
"items": {
"type": "Link",
"validations": [
{
"linkContentType": [
"titleAndText"
]
}
],
"linkType": "Entry"
}
}
]
},
{
"sys": {
"space": {
"sys": {
"type": "Link",
"linkType": "Space",
"id": "iv6sgymin4xp"
}
},
"id": "titleAndText",
"type": "ContentType",
"createdAt": "2023-02-12T22:23:19.453Z",
"updatedAt": "2023-02-12T22:23:19.453Z",
"environment": {
"sys": {
"id": "master",
"type": "Link",
"linkType": "Environment"
}
},
"revision": 1
},
"displayField": "title",
"name": "Title and Text",
"description": "A question and answer, or any two bits of related text really",
"fields": [
{
"id": "title",
"name": "Title",
"type": "Symbol",
"localized": false,
"required": true,
"disabled": false,
"omitted": false
},
{
"id": "text",
"name": "Text",
"type": "Text",
"localized": false,
"required": true,
"disabled": false,
"omitted": false
}
]
},
{
"sys": {
"space": {
"sys": {
"type": "Link",
"linkType": "Space",
"id": "iv6sgymin4xp"
}
},
"id": "advertisingLandingPage.QuoteBlock",
"type": "ContentType",
"createdAt": "2022-07-29T02:10:57.582Z",
"updatedAt": "2023-02-12T22:23:17.692Z",
"environment": {
"sys": {
"id": "master",
"type": "Link",
"linkType": "Environment"
}
},
"revision": 8
},
"displayField": "title",
"name": "Advertising Campaign Quote Block",
"description": "An Object representing a customer quote for advertising landing page.",
"fields": [
{
"id": "title",
"name": "Internal Name",
"type": "Symbol",
"localized": false,
"required": true,
"disabled": false,
"omitted": false
},
{
"id": "quoter",
"name": "Quoter",
"type": "Symbol",
"localized": false,
"required": false,
"disabled": false,
"omitted": false
},
{
"id": "firmName",
"name": "Firm Name",
"type": "Symbol",
"localized": false,
"required": false,
"disabled": false,
"omitted": false
},
{
"id": "firmLink",
"name": "Firm Link",
"type": "Symbol",
"localized": false,
"required": false,
"disabled": false,
"omitted": false
},
{
"id": "quote",
"name": "Quote",
"type": "Text",
"localized": true,
"required": false,
"disabled": false,
"omitted": false
},
{
"id": "featuredImage",
"name": "Quote Image",
"type": "Link",
"localized": false,
"required": false,
"disabled": false,
"omitted": false,
"linkType": "Asset"
}
]
},
{
"sys": {
"space": {
"sys": {
"type": "Link",
"linkType": "Space",
"id": "iv6sgymin4xp"
}
},
"id": "advertisingLandingPage.SocialProofBlock",
"type": "ContentType",
"createdAt": "2022-08-10T22:42:28.988Z",
"updatedAt": "2022-11-10T20:49:02.360Z",
"environment": {
"sys": {
"id": "master",
"type": "Link",
"linkType": "Environment"
}
},
"revision": 4
},
"displayField": "title",
"name": "Advertising Social Proof Block",
"description": "An Object representing the company icons for social proof on advertising landing pages.",
"fields": [
{
"id": "title",
"name": "Internal Title",
"type": "Symbol",
"localized": false,
"required": true,
"disabled": false,
"omitted": false
},
{
"id": "logos",
"name": "Company Logos",
"type": "Array",
"localized": true,
"required": false,
"disabled": false,
"omitted": false,
"items": {
"type": "Link",
"validations": [
{
"linkMimetypeGroup": [
"image"
]
},
{
"assetImageDimensions": {
"height": {
"min": 140
},
"width": {}
},
"message": "Images must be at least 140px tall"
}
],
"linkType": "Asset"
}
}
]
},
{
"sys": {
"space": {
"sys": {
"type": "Link",
"linkType": "Space",
"id": "iv6sgymin4xp"
}
},
"id": "advertisingLandingPage.ComparisonBlock",
"type": "ContentType",
"createdAt": "2022-09-26T23:11:20.420Z",
"updatedAt": "2022-10-11T02:19:55.549Z",
"environment": {
"sys": {
"id": "master",
"type": "Link",
"linkType": "Environment"
}
},
"revision": 3
},
"displayField": "title",
"name": "Advertising Campaign Comparison Table",
"description": "An Object representing a table and header image comparing Karbon features to a competitor.",
"fields": [
{
"id": "title",
"name": "Title",
"type": "Symbol",
"localized": true,
"required": true,
"disabled": false,
"omitted": false
},
{
"id": "description",
"name": "Description",
"type": "Text",
"localized": true,
"required": false,
"disabled": false,
"omitted": false
},
{
"id": "competitorName",
"name": "Competitor Name",
"type": "Symbol",
"localized": false,
"required": false,
"disabled": false,
"omitted": false
},
{
"id": "headerComparisonData",
"name": "Header Comparison Table Data",
"type": "Object",
"localized": true,
"required": false,
"disabled": false,
"omitted": false
},
{
"id": "comparisonData",
"name": "Comparison Table Data",
"type": "Object",
"localized": true,
"required": false,
"disabled": false,
"omitted": false
}
]
},
{
"sys": {
"space": {
"sys": {
"type": "Link",
"linkType": "Space",
"id": "iv6sgymin4xp"
}
},
"id": "seoObject",
"type": "ContentType",
"createdAt": "2022-07-29T00:45:14.350Z",
"updatedAt": "2022-09-08T20:45:52.024Z",
"environment": {
"sys": {
"id": "master",
"type": "Link",
"linkType": "Environment"
}
},
"revision": 10
},
"displayField": "title",
"name": "SEO and metadata",
"description": "A generic data object that represents the seo data for a page",
"fields": [
{
"id": "title",
"name": "Title",
"type": "Symbol",
"localized": true,
"required": false,
"disabled": false,
"omitted": false
},
{
"id": "description",
"name": "Description",
"type": "Text",
"localized": true,
"required": false,
"disabled": false,
"omitted": false
},
{
"id": "seoImage",
"name": "Seo Image",
"type": "Link",
"localized": false,
"required": false,
"disabled": false,
"omitted": false,
"linkType": "Asset"
},
{
"id": "keywords",
"name": "Key words",
"type": "Array",
"localized": true,
"required": false,
"disabled": false,
"omitted": false,
"items": {
"type": "Symbol",
"validations": []
}
},
{
"id": "canonicalURL",
"name": "Canonical URL",
"type": "Symbol",
"localized": false,
"required": false,
"disabled": false,
"omitted": false
}
]
},
{
"sys": {
"space": {
"sys": {
"type": "Link",
"linkType": "Space",
"id": "iv6sgymin4xp"
}
},
"id": "advertisingLandingPage.TextContentBlock",
"type": "ContentType",
"createdAt": "2022-08-16T04:29:18.278Z",
"updatedAt": "2022-09-08T20:44:49.009Z",
"environment": {
"sys": {
"id": "master",
"type": "Link",
"linkType": "Environment"
}
},
"revision": 2
},
"displayField": "title",
"name": "Advertising Campaign Text Content",
"description": "An Object with a Heading, room for 3 titles and paragraphs of text, and a video",
"fields": [
{
"id": "title",
"name": "Title",
"type": "Symbol",
"localized": true,
"required": true,
"disabled": false,
"omitted": false
},
{
"id": "textBlockOneTitle",
"name": "Block one title",
"type": "Symbol",
"localized": true,
"required": false,
"disabled": false,
"omitted": false
},
{
"id": "textBlockOne",
"name": "Block one text",
"type": "Text",
"localized": true,
"required": false,
"disabled": false,
"omitted": false
},
{
"id": "textBlockTwoTitle",
"name": "Block two title",
"type": "Symbol",
"localized": true,
"required": false,
"disabled": false,
"omitted": false
},
{
"id": "textBlockTwo",
"name": "Block two text",
"type": "Text",
"localized": true,
"required": false,
"disabled": false,
"omitted": false
},
{
"id": "textBlockThreeTitle",
"name": "Block three title",
"type": "Symbol",
"localized": true,
"required": false,
"disabled": false,
"omitted": false
},
{
"id": "textBlockThree",
"name": "Block three text",
"type": "Text",
"localized": true,
"required": false,
"disabled": false,
"omitted": false
}
]
},
{
"sys": {
"space": {
"sys": {
"type": "Link",
"linkType": "Space",
"id": "iv6sgymin4xp"
}
},
"id": "advertisingLandingPage.DemoBlock",
"type": "ContentType",
"createdAt": "2022-08-08T23:49:31.336Z",
"updatedAt": "2022-09-08T20:43:24.240Z",
"environment": {
"sys": {
"id": "master",
"type": "Link",
"linkType": "Environment"
}
},
"revision": 2
},
"displayField": "title",
"name": "Advertising Campaign Demo Block",
"description": "An Object representing a book a demo block for advertising landing page.",
"fields": [
{
"id": "title",
"name": "Title",
"type": "Symbol",
"localized": true,
"required": true,
"disabled": false,
"omitted": false
}
]
},
{
"sys": {
"space": {
"sys": {
"type": "Link",
"linkType": "Space",
"id": "iv6sgymin4xp"
}
},
"id": "release",
"type": "ContentType",
"createdAt": "2022-07-13T00:55:50.557Z",
"updatedAt": "2022-08-29T02:48:05.439Z",
"environment": {
"sys": {
"id": "master",
"type": "Link",
"linkType": "Environment"
}
},
"revision": 50
},
"displayField": "title",
"name": "Release Note",
"description": "A post that catalogues a release",
"fields": [
{
"id": "title",
"name": "Title",
"type": "Symbol",
"localized": false,
"required": true,
"disabled": false,
"omitted": false
},
{
"id": "slug",
"name": "slug",
"type": "Symbol",
"localized": false,
"required": true,
"disabled": false,
"omitted": false
},
{
"id": "excerpt",
"name": "Excerpt",
"type": "Text",
"localized": false,
"required": true,
"disabled": false,
"omitted": false
},
{
"id": "headline",
"name": "Headline",
"type": "Symbol",
"localized": false,
"required": false,
"disabled": false,
"omitted": false
},
{
"id": "lede",
"name": "Lede",
"type": "Symbol",
"localized": false,
"required": false,
"disabled": false,
"omitted": false
},
{
"id": "contentBlocks",
"name": "Content Blocks",
"type": "Array",
"localized": false,
"required": false,
"disabled": false,
"omitted": false,
"items": {
"type": "Link",
"validations": [
{
"linkContentType": [
"releaseNoteContentBlock"
]
}
],
"linkType": "Entry"
}
},
{
"id": "releaseDate",
"name": "Release date",
"type": "Date",
"localized": false,
"required": true,
"disabled": false,
"omitted": false
},
{
"id": "seo",
"name": "SEO",
"type": "Object",
"localized": false,
"required": false,
"disabled": false,
"omitted": false
},
{
"id": "seoImage",
"name": "SEO Image",
"type": "Link",
"localized": false,
"required": false,
"disabled": false,
"omitted": false,
"linkType": "Asset"
},
{
"id": "releaseType",
"name": "Type of release note",
"type": "Symbol",
"localized": false,
"required": true,
"disabled": false,
"omitted": false
},
{
"id": "tier",
"name": "Tier (1 is most prominent)",
"type": "Symbol",
"localized": false,
"required": true,
"disabled": false,
"omitted": false
},
{
"id": "promoBlocksHeadline",
"name": "Promo Blocks Headline",
"type": "Symbol",
"localized": false,
"required": false,
"disabled": false,
"omitted": false
},
{
"id": "promoBlocksLede",
"name": "Promo Blocks Lede",
"type": "Text",
"localized": false,
"required": false,
"disabled": false,
"omitted": false
},
{
"id": "promoBlocks",
"name": "Promo Blocks",
"type": "Array",
"localized": false,
"required": false,
"disabled": false,
"omitted": false,
"items": {
"type": "Link",
"validations": [
{
"linkContentType": [
"releaseNotePromoContent"
]
}
],
"linkType": "Entry"
}
}
]
},
{
"sys": {
"space": {
"sys": {
"type": "Link",
"linkType": "Space",
"id": "iv6sgymin4xp"
}
},
"id": "releaseNotePromoContent",
"type": "ContentType",
"createdAt": "2022-08-12T01:27:45.739Z",
"updatedAt": "2022-08-12T01:46:51.220Z",
"environment": {
"sys": {
"id": "master",
"type": "Link",
"linkType": "Environment"
}
},
"revision": 4
},
"displayField": "title",
"name": "Release Note Promo Content",
"description": "A block containing an image, some text, and a link, to display below a release notes article.",
"fields": [
{
"id": "title",
"name": "Title",
"type": "Symbol",
"localized": false,
"required": false,
"disabled": false,
"omitted": false
},
{
"id": "image",
"name": "Image",
"type": "Link",
"localized": false,
"required": false,
"disabled": false,
"omitted": false,
"linkType": "Asset"
},
{
"id": "text",
"name": "Text",
"type": "Text",
"localized": false,
"required": false,
"disabled": false,
"omitted": false
},
{
"id": "link",
"name": "External Link",
"type": "Symbol",
"localized": false,
"required": false,
"disabled": false,
"omitted": false
}
]
},
{
"sys": {
"space": {
"sys": {
"type": "Link",
"linkType": "Space",
"id": "iv6sgymin4xp"
}
},
"id": "advertisingLandingPage.KarbonEffectBlock",
"type": "ContentType",
"createdAt": "2022-08-09T00:36:01.004Z",
"updatedAt": "2022-08-09T00:38:53.827Z",
"environment": {
"sys": {
"id": "master",
"type": "Link",
"linkType": "Environment"
}
},
"revision": 2
},
"displayField": "title",
"name": "Advertising Karbon Effect Block",
"description": "An Object representing the Karbon Effect Block block for advertising landing pages.",
"fields": [
{
"id": "title",
"name": "Internal Title",
"type": "Symbol",
"localized": false,
"required": true,
"disabled": false,
"omitted": false
}
]
},
{
"sys": {
"space": {
"sys": {
"type": "Link",
"linkType": "Space",
"id": "iv6sgymin4xp"
}
},
"id": "releaseNoteContentBlock",
"type": "ContentType",
"createdAt": "2022-07-28T01:57:33.372Z",
"updatedAt": "2022-07-29T02:52:34.270Z",
"environment": {
"sys": {
"id": "master",
"type": "Link",
"linkType": "Environment"
}
},
"revision": 2
},
"displayField": "headline",
"name": "Release Note Content Block",
"description": "A structured block to be used inside a Release Note's Content section.",
"fields": [
{
"id": "headline",
"name": "Headline",
"type": "Symbol",
"localized": false,
"required": false,
"disabled": false,
"omitted": false
},
{
"id": "bigHeadline",
"name": "Big Headline",
"type": "Boolean",
"localized": false,
"required": false,
"disabled": false,
"omitted": false
},
{
"id": "contentBeforeImage",
"name": "Content Before Image",
"type": "RichText",
"localized": false,
"required": false,
"disabled": false,
"omitted": false
},
{
"id": "image",
"name": "Image",
"type": "Link",
"localized": false,
"required": false,
"disabled": false,
"omitted": false,
"linkType": "Asset"
},
{
"id": "imageCaption",
"name": "Image Caption",
"type": "Symbol",
"localized": false,
"required": false,
"disabled": false,
"omitted": false
},
{
"id": "contentAfterImage",
"name": "Content After Image",
"type": "RichText",
"localized": false,
"required": false,
"disabled": false,
"omitted": false
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment