Created
April 3, 2024 13:35
-
-
Save julrich/5f89cc55f8c0955a46f2f39a6f588e68 to your computer and use it in GitHub Desktop.
Conversion result for kickstartDS Schema and cport converter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"components": [ | |
{ | |
"id": "headline", | |
"name": "Headline", | |
"groups": [ | |
{ | |
"id": "default", | |
"name": "Default", | |
"contentTypeId": "headline", | |
"fields": [ | |
{ | |
"id": "text", | |
"name": "Headline", | |
"type": "STRING" | |
}, | |
{ | |
"id": "large", | |
"name": "Large Headline", | |
"type": "BOOLEAN" | |
}, | |
{ | |
"id": "width", | |
"name": "Width", | |
"type": "SELECT", | |
"options": { | |
"select": { | |
"items": [ | |
{ | |
"key": "unset", | |
"value": "unset" | |
}, | |
{ | |
"key": "narrow", | |
"value": "narrow" | |
}, | |
{ | |
"key": "default", | |
"value": "default" | |
}, | |
{ | |
"key": "wide", | |
"value": "wide" | |
} | |
] | |
} | |
} | |
}, | |
{ | |
"id": "textAlign", | |
"name": "TextAlign", | |
"type": "SELECT", | |
"options": { | |
"select": { | |
"items": [ | |
{ | |
"key": "left", | |
"value": "left" | |
}, | |
{ | |
"key": "center", | |
"value": "center" | |
}, | |
{ | |
"key": "right", | |
"value": "right" | |
} | |
] | |
} | |
} | |
}, | |
{ | |
"id": "align", | |
"name": "Align", | |
"type": "SELECT", | |
"options": { | |
"select": { | |
"items": [ | |
{ | |
"key": "left", | |
"value": "left" | |
}, | |
{ | |
"key": "center", | |
"value": "center" | |
}, | |
{ | |
"key": "right", | |
"value": "right" | |
} | |
] | |
} | |
} | |
}, | |
{ | |
"id": "sub", | |
"name": "Subheadline", | |
"type": "STRING" | |
}, | |
{ | |
"id": "switchOrder", | |
"name": "Switch Headline Order", | |
"type": "BOOLEAN" | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"id": "content", | |
"name": "Content", | |
"groups": [ | |
{ | |
"id": "default", | |
"name": "Default", | |
"contentTypeId": "content", | |
"fields": [ | |
{ | |
"id": "width", | |
"name": "Width", | |
"type": "SELECT", | |
"options": { | |
"select": { | |
"items": [ | |
{ | |
"key": "unset", | |
"value": "unset" | |
}, | |
{ | |
"key": "narrow", | |
"value": "narrow" | |
}, | |
{ | |
"key": "default", | |
"value": "default" | |
}, | |
{ | |
"key": "wide", | |
"value": "wide" | |
} | |
] | |
} | |
} | |
}, | |
{ | |
"id": "align", | |
"name": "Align", | |
"type": "SELECT", | |
"options": { | |
"select": { | |
"items": [ | |
{ | |
"key": "left", | |
"value": "left" | |
}, | |
{ | |
"key": "center", | |
"value": "center" | |
}, | |
{ | |
"key": "right", | |
"value": "right" | |
} | |
] | |
} | |
} | |
}, | |
{ | |
"id": "gutter", | |
"name": "Gutter", | |
"type": "SELECT", | |
"options": { | |
"select": { | |
"items": [ | |
{ | |
"key": "large", | |
"value": "large" | |
}, | |
{ | |
"key": "default", | |
"value": "default" | |
}, | |
{ | |
"key": "small", | |
"value": "small" | |
}, | |
{ | |
"key": "none", | |
"value": "none" | |
} | |
] | |
} | |
} | |
}, | |
{ | |
"id": "mode", | |
"name": "Mode", | |
"type": "SELECT", | |
"options": { | |
"select": { | |
"items": [ | |
{ | |
"key": "default", | |
"value": "default" | |
}, | |
{ | |
"key": "tile", | |
"value": "tile" | |
}, | |
{ | |
"key": "list", | |
"value": "list" | |
}, | |
{ | |
"key": "slider", | |
"value": "slider" | |
} | |
] | |
} | |
} | |
}, | |
{ | |
"id": "tileWidth", | |
"name": "TileWidth", | |
"type": "SELECT", | |
"options": { | |
"select": { | |
"items": [ | |
{ | |
"key": "smallest", | |
"value": "smallest" | |
}, | |
{ | |
"key": "default", | |
"value": "default" | |
}, | |
{ | |
"key": "medium", | |
"value": "medium" | |
}, | |
{ | |
"key": "large", | |
"value": "large" | |
}, | |
{ | |
"key": "largest", | |
"value": "largest" | |
} | |
] | |
} | |
} | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"id": "buttons", | |
"name": "Buttons", | |
"groups": [ | |
{ | |
"id": "default", | |
"name": "Default", | |
"contentTypeId": "buttons", | |
"fields": [ | |
{ | |
"id": "label", | |
"name": "Label", | |
"type": "STRING" | |
}, | |
{ | |
"id": "icon", | |
"name": "Icon", | |
"type": "STRING" | |
}, | |
{ | |
"id": "target", | |
"name": "Target", | |
"type": "STRING" | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"id": "cta", | |
"name": "Cta", | |
"groups": [ | |
{ | |
"id": "default", | |
"name": "Default", | |
"contentTypeId": "cta", | |
"fields": [ | |
{ | |
"id": "headline", | |
"name": "Component Headline", | |
"type": "STRING" | |
}, | |
{ | |
"id": "sub", | |
"name": "Component Subheadline", | |
"type": "STRING" | |
}, | |
{ | |
"id": "text", | |
"name": "Component Text", | |
"type": "STRING" | |
}, | |
{ | |
"id": "highlightText", | |
"name": "Highlight Text", | |
"type": "BOOLEAN" | |
}, | |
{ | |
"id": "buttons", | |
"name": "Buttons", | |
"type": "CONNECTION", | |
"options": { | |
"connection": { | |
"connectedIds": [ | |
"buttons" | |
], | |
"variant": "COMPONENT", | |
"visualization": "DEAFULT" | |
} | |
} | |
}, | |
{ | |
"id": "textAlign", | |
"name": "TextAlign", | |
"type": "SELECT", | |
"options": { | |
"select": { | |
"items": [ | |
{ | |
"key": "left", | |
"value": "left" | |
}, | |
{ | |
"key": "center", | |
"value": "center" | |
} | |
] | |
} | |
} | |
}, | |
{ | |
"id": "type", | |
"name": "Type", | |
"type": "STRING" | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"id": "questions", | |
"name": "Questions", | |
"groups": [ | |
{ | |
"id": "default", | |
"name": "Default", | |
"contentTypeId": "questions", | |
"fields": [ | |
{ | |
"id": "question", | |
"name": "Question", | |
"type": "STRING" | |
}, | |
{ | |
"id": "answer", | |
"name": "Answer", | |
"type": "STRING" | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"id": "faq", | |
"name": "Faq", | |
"groups": [ | |
{ | |
"id": "default", | |
"name": "Default", | |
"contentTypeId": "faq", | |
"fields": [ | |
{ | |
"id": "questions", | |
"name": "Questions", | |
"type": "CONNECTION", | |
"options": { | |
"connection": { | |
"connectedIds": [ | |
"questions" | |
], | |
"variant": "COMPONENT", | |
"visualization": "DEAFULT" | |
} | |
} | |
}, | |
{ | |
"id": "type", | |
"name": "Type", | |
"type": "STRING" | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"id": "ctas", | |
"name": "Ctas", | |
"groups": [ | |
{ | |
"id": "default", | |
"name": "Default", | |
"contentTypeId": "ctas", | |
"fields": [ | |
{ | |
"id": "toggle", | |
"name": "CTA Toggle", | |
"type": "BOOLEAN" | |
}, | |
{ | |
"id": "style", | |
"name": "Style", | |
"type": "SELECT", | |
"options": { | |
"select": { | |
"items": [ | |
{ | |
"key": "button", | |
"value": "button" | |
}, | |
{ | |
"key": "link", | |
"value": "link" | |
}, | |
{ | |
"key": "intext", | |
"value": "intext" | |
} | |
] | |
} | |
} | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"id": "feature", | |
"name": "Feature", | |
"groups": [ | |
{ | |
"id": "default", | |
"name": "Default", | |
"contentTypeId": "feature", | |
"fields": [ | |
{ | |
"id": "icon", | |
"name": "Icon", | |
"type": "STRING" | |
}, | |
{ | |
"id": "title", | |
"name": "Title", | |
"type": "STRING" | |
}, | |
{ | |
"id": "text", | |
"name": "Text", | |
"type": "STRING" | |
}, | |
{ | |
"id": "style", | |
"name": "Style", | |
"type": "SELECT", | |
"options": { | |
"select": { | |
"items": [ | |
{ | |
"key": "intext", | |
"value": "intext" | |
}, | |
{ | |
"key": "stack", | |
"value": "stack" | |
}, | |
{ | |
"key": "centered", | |
"value": "centered" | |
}, | |
{ | |
"key": "besideLarge", | |
"value": "besideLarge" | |
}, | |
{ | |
"key": "besideSmall", | |
"value": "besideSmall" | |
} | |
] | |
} | |
} | |
}, | |
{ | |
"id": "cta", | |
"name": "Cta", | |
"type": "CONNECTION", | |
"options": { | |
"connection": { | |
"connectedIds": [ | |
"cta" | |
], | |
"variant": "COMPONENT", | |
"visualization": "DEAFULT" | |
} | |
} | |
}, | |
{ | |
"id": "type", | |
"name": "Type", | |
"type": "STRING" | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"id": "features", | |
"name": "Features", | |
"groups": [ | |
{ | |
"id": "default", | |
"name": "Default", | |
"contentTypeId": "features", | |
"fields": [ | |
{ | |
"id": "layout", | |
"name": "Layout", | |
"type": "SELECT", | |
"options": { | |
"select": { | |
"items": [ | |
{ | |
"key": "largeTiles", | |
"value": "largeTiles" | |
}, | |
{ | |
"key": "smallTiles", | |
"value": "smallTiles" | |
}, | |
{ | |
"key": "list", | |
"value": "list" | |
} | |
] | |
} | |
} | |
}, | |
{ | |
"id": "style", | |
"name": "Style", | |
"type": "SELECT", | |
"options": { | |
"select": { | |
"items": [ | |
{ | |
"key": "intext", | |
"value": "intext" | |
}, | |
{ | |
"key": "stack", | |
"value": "stack" | |
}, | |
{ | |
"key": "centered", | |
"value": "centered" | |
}, | |
{ | |
"key": "besideLarge", | |
"value": "besideLarge" | |
}, | |
{ | |
"key": "besideSmall", | |
"value": "besideSmall" | |
} | |
] | |
} | |
} | |
}, | |
{ | |
"id": "ctas", | |
"name": "Ctas", | |
"type": "CONNECTION", | |
"options": { | |
"connection": { | |
"connectedIds": [ | |
"ctas" | |
], | |
"variant": "COMPONENT", | |
"visualization": "DEAFULT" | |
} | |
} | |
}, | |
{ | |
"id": "feature", | |
"name": "Feature", | |
"type": "CONNECTION", | |
"options": { | |
"connection": { | |
"connectedIds": [ | |
"feature" | |
], | |
"variant": "COMPONENT", | |
"visualization": "DEAFULT" | |
} | |
} | |
}, | |
{ | |
"id": "type", | |
"name": "Type", | |
"type": "STRING" | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"id": "images", | |
"name": "Images", | |
"groups": [ | |
{ | |
"id": "default", | |
"name": "Default", | |
"contentTypeId": "images", | |
"fields": [ | |
{ | |
"id": "src", | |
"name": "Src", | |
"type": "STRING" | |
}, | |
{ | |
"id": "alt", | |
"name": "Alt text", | |
"type": "STRING" | |
}, | |
{ | |
"id": "caption", | |
"name": "Caption", | |
"type": "STRING" | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"id": "gallery", | |
"name": "Gallery", | |
"groups": [ | |
{ | |
"id": "default", | |
"name": "Default", | |
"contentTypeId": "gallery", | |
"fields": [ | |
{ | |
"id": "images", | |
"name": "Images", | |
"type": "CONNECTION", | |
"options": { | |
"connection": { | |
"connectedIds": [ | |
"images" | |
], | |
"variant": "COMPONENT", | |
"visualization": "DEAFULT" | |
} | |
} | |
}, | |
{ | |
"id": "layout", | |
"name": "Layout", | |
"type": "SELECT", | |
"options": { | |
"select": { | |
"items": [ | |
{ | |
"key": "stack", | |
"value": "stack" | |
}, | |
{ | |
"key": "smallTiles", | |
"value": "smallTiles" | |
}, | |
{ | |
"key": "largeTiles", | |
"value": "largeTiles" | |
} | |
] | |
} | |
} | |
}, | |
{ | |
"id": "aspectRatio", | |
"name": "AspectRatio", | |
"type": "SELECT", | |
"options": { | |
"select": { | |
"items": [ | |
{ | |
"key": "unset", | |
"value": "unset" | |
}, | |
{ | |
"key": "square", | |
"value": "square" | |
}, | |
{ | |
"key": "wide", | |
"value": "wide" | |
}, | |
{ | |
"key": "landscape", | |
"value": "landscape" | |
} | |
] | |
} | |
} | |
}, | |
{ | |
"id": "lightbox", | |
"name": "Lightbox", | |
"type": "BOOLEAN" | |
}, | |
{ | |
"id": "type", | |
"name": "Type", | |
"type": "STRING" | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"id": "image", | |
"name": "Image", | |
"groups": [ | |
{ | |
"id": "default", | |
"name": "Default", | |
"contentTypeId": "image", | |
"fields": [ | |
{ | |
"id": "src", | |
"name": "Image Source", | |
"type": "STRING" | |
}, | |
{ | |
"id": "alt", | |
"name": "Alt Text", | |
"type": "STRING" | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"id": "image-text", | |
"name": "Image Text", | |
"groups": [ | |
{ | |
"id": "default", | |
"name": "Default", | |
"contentTypeId": "image-text", | |
"fields": [ | |
{ | |
"id": "text", | |
"name": "Text", | |
"type": "STRING" | |
}, | |
{ | |
"id": "highlightText", | |
"name": "Highlight Text", | |
"type": "BOOLEAN" | |
}, | |
{ | |
"id": "image", | |
"name": "Image", | |
"type": "CONNECTION", | |
"options": { | |
"connection": { | |
"connectedIds": [ | |
"image" | |
], | |
"variant": "COMPONENT", | |
"visualization": "DEAFULT" | |
} | |
} | |
}, | |
{ | |
"id": "layout", | |
"name": "Layout", | |
"type": "SELECT", | |
"options": { | |
"select": { | |
"items": [ | |
{ | |
"key": "above", | |
"value": "above" | |
}, | |
{ | |
"key": "below", | |
"value": "below" | |
}, | |
{ | |
"key": "beside-right", | |
"value": "beside-right" | |
}, | |
{ | |
"key": "beside-left", | |
"value": "beside-left" | |
} | |
] | |
} | |
} | |
}, | |
{ | |
"id": "type", | |
"name": "Type", | |
"type": "STRING" | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"id": "logo", | |
"name": "Logo", | |
"groups": [ | |
{ | |
"id": "default", | |
"name": "Default", | |
"contentTypeId": "logo", | |
"fields": [ | |
{ | |
"id": "src", | |
"name": "URL", | |
"type": "STRING" | |
}, | |
{ | |
"id": "alt", | |
"name": "Caption", | |
"type": "STRING" | |
}, | |
{ | |
"id": "type", | |
"name": "Type", | |
"type": "STRING" | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"id": "logos", | |
"name": "Logos", | |
"groups": [ | |
{ | |
"id": "default", | |
"name": "Default", | |
"contentTypeId": "logos", | |
"fields": [ | |
{ | |
"id": "tagline", | |
"name": "Logo Tagline", | |
"type": "STRING" | |
}, | |
{ | |
"id": "logo", | |
"name": "Logo", | |
"type": "CONNECTION", | |
"options": { | |
"connection": { | |
"connectedIds": [ | |
"logo" | |
], | |
"variant": "COMPONENT", | |
"visualization": "DEAFULT" | |
} | |
} | |
}, | |
{ | |
"id": "align", | |
"name": "Align", | |
"type": "SELECT", | |
"options": { | |
"select": { | |
"items": [ | |
{ | |
"key": "left", | |
"value": "left" | |
}, | |
{ | |
"key": "center", | |
"value": "center" | |
} | |
] | |
} | |
} | |
}, | |
{ | |
"id": "cta", | |
"name": "Cta", | |
"type": "CONNECTION", | |
"options": { | |
"connection": { | |
"connectedIds": [ | |
"cta" | |
], | |
"variant": "COMPONENT", | |
"visualization": "DEAFULT" | |
} | |
} | |
}, | |
{ | |
"id": "type", | |
"name": "Type", | |
"type": "STRING" | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"id": "stat", | |
"name": "Stat", | |
"groups": [ | |
{ | |
"id": "default", | |
"name": "Default", | |
"contentTypeId": "stat", | |
"fields": [ | |
{ | |
"id": "number", | |
"name": "Number", | |
"type": "INT" | |
}, | |
{ | |
"id": "description", | |
"name": "Description", | |
"type": "STRING" | |
}, | |
{ | |
"id": "title", | |
"name": "Title", | |
"type": "STRING" | |
}, | |
{ | |
"id": "type", | |
"name": "Type", | |
"type": "STRING" | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"id": "stats", | |
"name": "Stats", | |
"groups": [ | |
{ | |
"id": "default", | |
"name": "Default", | |
"contentTypeId": "stats", | |
"fields": [ | |
{ | |
"id": "stat", | |
"name": "Stat", | |
"type": "CONNECTION", | |
"options": { | |
"connection": { | |
"connectedIds": [ | |
"stat" | |
], | |
"variant": "COMPONENT", | |
"visualization": "DEAFULT" | |
} | |
} | |
}, | |
{ | |
"id": "type", | |
"name": "Type", | |
"type": "STRING" | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"id": "button", | |
"name": "Button", | |
"groups": [ | |
{ | |
"id": "default", | |
"name": "Default", | |
"contentTypeId": "button", | |
"fields": [ | |
{ | |
"id": "label", | |
"name": "Label", | |
"type": "STRING" | |
}, | |
{ | |
"id": "chevron", | |
"name": "Icon", | |
"type": "BOOLEAN" | |
}, | |
{ | |
"id": "hidden", | |
"name": "Display Button", | |
"type": "BOOLEAN" | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"id": "teaser-card", | |
"name": "Teaser Card", | |
"groups": [ | |
{ | |
"id": "default", | |
"name": "Default", | |
"contentTypeId": "teaser-card", | |
"fields": [ | |
{ | |
"id": "headline", | |
"name": "Headline", | |
"type": "STRING" | |
}, | |
{ | |
"id": "text", | |
"name": "Text", | |
"type": "STRING" | |
}, | |
{ | |
"id": "label", | |
"name": "Label", | |
"type": "STRING" | |
}, | |
{ | |
"id": "layout", | |
"name": "Layout", | |
"type": "SELECT", | |
"options": { | |
"select": { | |
"items": [ | |
{ | |
"key": "stack", | |
"value": "stack" | |
}, | |
{ | |
"key": "row", | |
"value": "row" | |
} | |
] | |
} | |
} | |
}, | |
{ | |
"id": "target", | |
"name": "Target", | |
"type": "STRING" | |
}, | |
{ | |
"id": "button", | |
"name": "Button", | |
"type": "CONNECTION", | |
"options": { | |
"connection": { | |
"connectedIds": [ | |
"button" | |
], | |
"variant": "COMPONENT", | |
"visualization": "DEAFULT" | |
} | |
} | |
}, | |
{ | |
"id": "image", | |
"name": "Image", | |
"type": "STRING" | |
}, | |
{ | |
"id": "imageRatio", | |
"name": "ImageRatio", | |
"type": "SELECT", | |
"options": { | |
"select": { | |
"items": [ | |
{ | |
"key": "wide", | |
"value": "wide" | |
}, | |
{ | |
"key": "landscape", | |
"value": "landscape" | |
}, | |
{ | |
"key": "square", | |
"value": "square" | |
}, | |
{ | |
"key": "unset", | |
"value": "unset" | |
} | |
] | |
} | |
} | |
}, | |
{ | |
"id": "type", | |
"name": "Type", | |
"type": "STRING" | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"id": "testimonial", | |
"name": "Testimonial", | |
"groups": [ | |
{ | |
"id": "default", | |
"name": "Default", | |
"contentTypeId": "testimonial", | |
"fields": [ | |
{ | |
"id": "quote", | |
"name": "Quote", | |
"type": "STRING" | |
}, | |
{ | |
"id": "name", | |
"name": "Name", | |
"type": "STRING" | |
}, | |
{ | |
"id": "title", | |
"name": "Title", | |
"type": "STRING" | |
}, | |
{ | |
"id": "image", | |
"name": "Image", | |
"type": "CONNECTION", | |
"options": { | |
"connection": { | |
"connectedIds": [ | |
"image" | |
], | |
"variant": "COMPONENT", | |
"visualization": "DEAFULT" | |
} | |
} | |
}, | |
{ | |
"id": "type", | |
"name": "Type", | |
"type": "STRING" | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"id": "testimonials", | |
"name": "Testimonials", | |
"groups": [ | |
{ | |
"id": "default", | |
"name": "Default", | |
"contentTypeId": "testimonials", | |
"fields": [ | |
{ | |
"id": "testimonial", | |
"name": "Testimonial", | |
"type": "CONNECTION", | |
"options": { | |
"connection": { | |
"connectedIds": [ | |
"testimonial" | |
], | |
"variant": "COMPONENT", | |
"visualization": "DEAFULT" | |
} | |
} | |
}, | |
{ | |
"id": "type", | |
"name": "Type", | |
"type": "STRING" | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"id": "text", | |
"name": "Text", | |
"groups": [ | |
{ | |
"id": "default", | |
"name": "Default", | |
"contentTypeId": "text", | |
"fields": [ | |
{ | |
"id": "text", | |
"name": "Text", | |
"type": "STRING" | |
}, | |
{ | |
"id": "layout", | |
"name": "Layout", | |
"type": "SELECT", | |
"options": { | |
"select": { | |
"items": [ | |
{ | |
"key": "singleColumn", | |
"value": "singleColumn" | |
}, | |
{ | |
"key": "multiColumn", | |
"value": "multiColumn" | |
} | |
] | |
} | |
} | |
}, | |
{ | |
"id": "align", | |
"name": "Align", | |
"type": "SELECT", | |
"options": { | |
"select": { | |
"items": [ | |
{ | |
"key": "left", | |
"value": "left" | |
}, | |
{ | |
"key": "center", | |
"value": "center" | |
} | |
] | |
} | |
} | |
}, | |
{ | |
"id": "highlightText", | |
"name": "Highlight Text", | |
"type": "BOOLEAN" | |
}, | |
{ | |
"id": "type", | |
"name": "Type", | |
"type": "STRING" | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"id": "section", | |
"name": "Section", | |
"groups": [ | |
{ | |
"id": "default", | |
"name": "Default", | |
"contentTypeId": "section", | |
"fields": [ | |
{ | |
"id": "width", | |
"name": "Width", | |
"type": "SELECT", | |
"options": { | |
"select": { | |
"items": [ | |
{ | |
"key": "full", | |
"value": "full" | |
}, | |
{ | |
"key": "max", | |
"value": "max" | |
}, | |
{ | |
"key": "wide", | |
"value": "wide" | |
}, | |
{ | |
"key": "default", | |
"value": "default" | |
}, | |
{ | |
"key": "narrow", | |
"value": "narrow" | |
} | |
] | |
} | |
} | |
}, | |
{ | |
"id": "style", | |
"name": "Style", | |
"type": "SELECT", | |
"options": { | |
"select": { | |
"items": [ | |
{ | |
"key": "stagelights", | |
"value": "stagelights" | |
}, | |
{ | |
"key": "horizontalGradient", | |
"value": "horizontalGradient" | |
}, | |
{ | |
"key": "verticalGradient", | |
"value": "verticalGradient" | |
}, | |
{ | |
"key": "accentTransition", | |
"value": "accentTransition" | |
}, | |
{ | |
"key": "boldTransition", | |
"value": "boldTransition" | |
}, | |
{ | |
"key": "symmetricGlow", | |
"value": "symmetricGlow" | |
}, | |
{ | |
"key": "anchorGlow", | |
"value": "anchorGlow" | |
} | |
] | |
} | |
} | |
}, | |
{ | |
"id": "backgroundColor", | |
"name": "BackgroundColor", | |
"type": "SELECT", | |
"options": { | |
"select": { | |
"items": [ | |
{ | |
"key": "default", | |
"value": "default" | |
}, | |
{ | |
"key": "accent", | |
"value": "accent" | |
}, | |
{ | |
"key": "bold", | |
"value": "bold" | |
} | |
] | |
} | |
} | |
}, | |
{ | |
"id": "spotlight", | |
"name": "Spotlight", | |
"type": "BOOLEAN" | |
}, | |
{ | |
"id": "spaceBefore", | |
"name": "SpaceBefore", | |
"type": "SELECT", | |
"options": { | |
"select": { | |
"items": [ | |
{ | |
"key": "default", | |
"value": "default" | |
}, | |
{ | |
"key": "small", | |
"value": "small" | |
}, | |
{ | |
"key": "none", | |
"value": "none" | |
} | |
] | |
} | |
} | |
}, | |
{ | |
"id": "spaceAfter", | |
"name": "SpaceAfter", | |
"type": "SELECT", | |
"options": { | |
"select": { | |
"items": [ | |
{ | |
"key": "default", | |
"value": "default" | |
}, | |
{ | |
"key": "small", | |
"value": "small" | |
}, | |
{ | |
"key": "none", | |
"value": "none" | |
} | |
] | |
} | |
} | |
}, | |
{ | |
"id": "inverted", | |
"name": "Inverted", | |
"type": "BOOLEAN" | |
}, | |
{ | |
"id": "headerSpacing", | |
"name": "Header Spacing", | |
"type": "BOOLEAN" | |
}, | |
{ | |
"id": "headline", | |
"name": "Headline", | |
"type": "CONNECTION", | |
"options": { | |
"connection": { | |
"connectedIds": [ | |
"headline" | |
], | |
"variant": "COMPONENT", | |
"visualization": "DEAFULT" | |
} | |
} | |
}, | |
{ | |
"id": "content", | |
"name": "Content", | |
"type": "CONNECTION", | |
"options": { | |
"connection": { | |
"connectedIds": [ | |
"content" | |
], | |
"variant": "COMPONENT", | |
"visualization": "DEAFULT" | |
} | |
} | |
}, | |
{ | |
"id": "components", | |
"name": "Components", | |
"type": "CONNECTION", | |
"options": { | |
"connection": { | |
"connectedIds": [ | |
"components" | |
], | |
"variant": "COMPONENT", | |
"visualization": "DEAFULT" | |
} | |
} | |
}, | |
{ | |
"id": "buttons", | |
"name": "Buttons", | |
"type": "CONNECTION", | |
"options": { | |
"connection": { | |
"connectedIds": [ | |
"buttons" | |
], | |
"variant": "COMPONENT", | |
"visualization": "DEAFULT" | |
} | |
} | |
}, | |
{ | |
"id": "type", | |
"name": "Type", | |
"type": "STRING" | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"id": "seo", | |
"name": "Seo", | |
"groups": [ | |
{ | |
"id": "default", | |
"name": "Default", | |
"contentTypeId": "seo", | |
"fields": [ | |
{ | |
"id": "title", | |
"name": "Title", | |
"type": "STRING" | |
}, | |
{ | |
"id": "description", | |
"name": "Description", | |
"type": "STRING" | |
}, | |
{ | |
"id": "keywords", | |
"name": "Keywords", | |
"type": "STRING" | |
}, | |
{ | |
"id": "image", | |
"name": "Preview Image", | |
"type": "STRING" | |
}, | |
{ | |
"id": "cardImage", | |
"name": "Card Preview Image", | |
"type": "STRING" | |
}, | |
{ | |
"id": "type", | |
"name": "Type", | |
"type": "STRING" | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"id": "navItems", | |
"name": "NavItems", | |
"groups": [ | |
{ | |
"id": "default", | |
"name": "Default", | |
"contentTypeId": "navItems", | |
"fields": [ | |
{ | |
"id": "href", | |
"name": "Href", | |
"type": "STRING" | |
}, | |
{ | |
"id": "label", | |
"name": "Label", | |
"type": "STRING" | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"id": "header", | |
"name": "Header", | |
"groups": [ | |
{ | |
"id": "default", | |
"name": "Default", | |
"contentTypeId": "header", | |
"fields": [ | |
{ | |
"id": "logo", | |
"name": "Logo", | |
"type": "CONNECTION", | |
"options": { | |
"connection": { | |
"connectedIds": [ | |
"logo" | |
], | |
"variant": "COMPONENT", | |
"visualization": "DEAFULT" | |
} | |
} | |
}, | |
{ | |
"id": "logoHref", | |
"name": "LogoHref", | |
"type": "STRING" | |
}, | |
{ | |
"id": "floating", | |
"name": "Floating", | |
"type": "BOOLEAN" | |
}, | |
{ | |
"id": "navItems", | |
"name": "NavItems", | |
"type": "CONNECTION", | |
"options": { | |
"connection": { | |
"connectedIds": [ | |
"navItems" | |
], | |
"variant": "COMPONENT", | |
"visualization": "DEAFULT" | |
} | |
} | |
}, | |
{ | |
"id": "type", | |
"name": "Type", | |
"type": "STRING" | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"id": "footer", | |
"name": "Footer", | |
"groups": [ | |
{ | |
"id": "default", | |
"name": "Default", | |
"contentTypeId": "footer", | |
"fields": [ | |
{ | |
"id": "logo", | |
"name": "Logo", | |
"type": "CONNECTION", | |
"options": { | |
"connection": { | |
"connectedIds": [ | |
"logo" | |
], | |
"variant": "COMPONENT", | |
"visualization": "DEAFULT" | |
} | |
} | |
}, | |
{ | |
"id": "logoHref", | |
"name": "LogoHref", | |
"type": "STRING" | |
}, | |
{ | |
"id": "navItems", | |
"name": "NavItems", | |
"type": "CONNECTION", | |
"options": { | |
"connection": { | |
"connectedIds": [ | |
"navItems" | |
], | |
"variant": "COMPONENT", | |
"visualization": "DEAFULT" | |
} | |
} | |
}, | |
{ | |
"id": "type", | |
"name": "Type", | |
"type": "STRING" | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"id": "tags", | |
"name": "Tags", | |
"type": "STRING" | |
}, | |
{ | |
"id": "link", | |
"name": "Link", | |
"groups": [ | |
{ | |
"id": "default", | |
"name": "Default", | |
"contentTypeId": "link", | |
"fields": [ | |
{ | |
"id": "url", | |
"name": "URL", | |
"type": "STRING" | |
}, | |
{ | |
"id": "label", | |
"name": "Label", | |
"type": "STRING" | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"id": "author", | |
"name": "Author", | |
"groups": [ | |
{ | |
"id": "default", | |
"name": "Default", | |
"contentTypeId": "author", | |
"fields": [ | |
{ | |
"id": "name", | |
"name": "Name", | |
"type": "STRING" | |
}, | |
{ | |
"id": "title", | |
"name": "Title", | |
"type": "STRING" | |
}, | |
{ | |
"id": "image", | |
"name": "Image", | |
"type": "STRING" | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"id": "latest", | |
"name": "Latest", | |
"groups": [ | |
{ | |
"id": "default", | |
"name": "Default", | |
"contentTypeId": "latest", | |
"fields": [ | |
{ | |
"id": "date", | |
"name": "Date", | |
"type": "STRING" | |
}, | |
{ | |
"id": "tags", | |
"name": "Tags", | |
"type": "CONNECTION", | |
"options": { | |
"connection": { | |
"connectedIds": [ | |
"tags" | |
], | |
"variant": "COMPONENT", | |
"visualization": "DEAFULT" | |
} | |
} | |
}, | |
{ | |
"id": "headline", | |
"name": "Headline", | |
"type": "STRING" | |
}, | |
{ | |
"id": "teaserText", | |
"name": "Teaser Text", | |
"type": "STRING" | |
}, | |
{ | |
"id": "image", | |
"name": "Image", | |
"type": "STRING" | |
}, | |
{ | |
"id": "link", | |
"name": "Link", | |
"type": "CONNECTION", | |
"options": { | |
"connection": { | |
"connectedIds": [ | |
"link" | |
], | |
"variant": "COMPONENT", | |
"visualization": "DEAFULT" | |
} | |
} | |
}, | |
{ | |
"id": "readingTime", | |
"name": "Reading Time", | |
"type": "STRING" | |
}, | |
{ | |
"id": "author", | |
"name": "Author", | |
"type": "CONNECTION", | |
"options": { | |
"connection": { | |
"connectedIds": [ | |
"author" | |
], | |
"variant": "COMPONENT", | |
"visualization": "DEAFULT" | |
} | |
} | |
}, | |
{ | |
"id": "type", | |
"name": "Type", | |
"type": "STRING" | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"id": "blog-teaser", | |
"name": "Blog Teaser", | |
"groups": [ | |
{ | |
"id": "default", | |
"name": "Default", | |
"contentTypeId": "blog-teaser", | |
"fields": [ | |
{ | |
"id": "date", | |
"name": "Date", | |
"type": "STRING" | |
}, | |
{ | |
"id": "tags", | |
"name": "Tags", | |
"type": "CONNECTION", | |
"options": { | |
"connection": { | |
"connectedIds": [ | |
"tags" | |
], | |
"variant": "COMPONENT", | |
"visualization": "DEAFULT" | |
} | |
} | |
}, | |
{ | |
"id": "headline", | |
"name": "Headline", | |
"type": "STRING" | |
}, | |
{ | |
"id": "teaserText", | |
"name": "Teaser Text", | |
"type": "STRING" | |
}, | |
{ | |
"id": "image", | |
"name": "Image", | |
"type": "STRING" | |
}, | |
{ | |
"id": "link", | |
"name": "Link", | |
"type": "CONNECTION", | |
"options": { | |
"connection": { | |
"connectedIds": [ | |
"link" | |
], | |
"variant": "COMPONENT", | |
"visualization": "DEAFULT" | |
} | |
} | |
}, | |
{ | |
"id": "readingTime", | |
"name": "Reading Time", | |
"type": "STRING" | |
}, | |
{ | |
"id": "author", | |
"name": "Author", | |
"type": "CONNECTION", | |
"options": { | |
"connection": { | |
"connectedIds": [ | |
"author" | |
], | |
"variant": "COMPONENT", | |
"visualization": "DEAFULT" | |
} | |
} | |
}, | |
{ | |
"id": "type", | |
"name": "Type", | |
"type": "STRING" | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"id": "list", | |
"name": "List", | |
"type": "CONNECTION", | |
"options": { | |
"connection": { | |
"connectedIds": [ | |
"blog-teaser" | |
], | |
"variant": "COMPONENT", | |
"visualization": "DEAFULT" | |
} | |
} | |
}, | |
{ | |
"id": "more", | |
"name": "More", | |
"type": "CONNECTION", | |
"options": { | |
"connection": { | |
"connectedIds": [ | |
"blog-teaser" | |
], | |
"variant": "COMPONENT", | |
"visualization": "DEAFULT" | |
} | |
} | |
}, | |
{ | |
"id": "head", | |
"name": "Head", | |
"groups": [ | |
{ | |
"id": "default", | |
"name": "Default", | |
"contentTypeId": "head", | |
"fields": [ | |
{ | |
"id": "date", | |
"name": "Published Date", | |
"type": "STRING" | |
}, | |
{ | |
"id": "tags", | |
"name": "Tags", | |
"type": "CONNECTION", | |
"options": { | |
"connection": { | |
"connectedIds": [ | |
"tags" | |
], | |
"variant": "COMPONENT", | |
"visualization": "DEAFULT" | |
} | |
} | |
}, | |
{ | |
"id": "headline", | |
"name": "Headline", | |
"type": "STRING" | |
}, | |
{ | |
"id": "image", | |
"name": "Cover Image", | |
"type": "STRING" | |
}, | |
{ | |
"id": "type", | |
"name": "Type", | |
"type": "STRING" | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"id": "socialSharing", | |
"name": "SocialSharing", | |
"groups": [ | |
{ | |
"id": "default", | |
"name": "Default", | |
"contentTypeId": "socialSharing", | |
"fields": [ | |
{ | |
"id": "icon", | |
"name": "Icon", | |
"type": "STRING" | |
}, | |
{ | |
"id": "href", | |
"name": "Href", | |
"type": "STRING" | |
}, | |
{ | |
"id": "title", | |
"name": "Title", | |
"type": "STRING" | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"id": "aside", | |
"name": "Aside", | |
"groups": [ | |
{ | |
"id": "default", | |
"name": "Default", | |
"contentTypeId": "aside", | |
"fields": [ | |
{ | |
"id": "author", | |
"name": "Author", | |
"type": "CONNECTION", | |
"options": { | |
"connection": { | |
"connectedIds": [ | |
"author" | |
], | |
"variant": "COMPONENT", | |
"visualization": "DEAFULT" | |
} | |
} | |
}, | |
{ | |
"id": "socialSharing", | |
"name": "SocialSharing", | |
"type": "CONNECTION", | |
"options": { | |
"connection": { | |
"connectedIds": [ | |
"socialSharing" | |
], | |
"variant": "COMPONENT", | |
"visualization": "DEAFULT" | |
} | |
} | |
}, | |
{ | |
"id": "readingTime", | |
"name": "Reading Time", | |
"type": "STRING" | |
}, | |
{ | |
"id": "date", | |
"name": "Published Date", | |
"type": "STRING" | |
}, | |
{ | |
"id": "type", | |
"name": "Type", | |
"type": "STRING" | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"id": "page", | |
"name": "Page", | |
"groups": [ | |
{ | |
"id": "default", | |
"name": "Default", | |
"contentTypeId": "page", | |
"fields": [ | |
{ | |
"id": "section", | |
"name": "Section", | |
"type": "CONNECTION", | |
"options": { | |
"connection": { | |
"connectedIds": [ | |
"section" | |
], | |
"variant": "COMPONENT", | |
"visualization": "DEAFULT" | |
} | |
} | |
}, | |
{ | |
"id": "seo", | |
"name": "Seo", | |
"type": "CONNECTION", | |
"options": { | |
"connection": { | |
"connectedIds": [ | |
"seo" | |
], | |
"variant": "COMPONENT", | |
"visualization": "DEAFULT" | |
} | |
} | |
}, | |
{ | |
"id": "type", | |
"name": "Type", | |
"type": "STRING" | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"id": "settings", | |
"name": "Settings", | |
"groups": [ | |
{ | |
"id": "default", | |
"name": "Default", | |
"contentTypeId": "settings", | |
"fields": [ | |
{ | |
"id": "header", | |
"name": "Header", | |
"type": "CONNECTION", | |
"options": { | |
"connection": { | |
"connectedIds": [ | |
"header" | |
], | |
"variant": "COMPONENT", | |
"visualization": "DEAFULT" | |
} | |
} | |
}, | |
{ | |
"id": "footer", | |
"name": "Footer", | |
"type": "CONNECTION", | |
"options": { | |
"connection": { | |
"connectedIds": [ | |
"footer" | |
], | |
"variant": "COMPONENT", | |
"visualization": "DEAFULT" | |
} | |
} | |
}, | |
{ | |
"id": "seo", | |
"name": "Seo", | |
"type": "CONNECTION", | |
"options": { | |
"connection": { | |
"connectedIds": [ | |
"seo" | |
], | |
"variant": "COMPONENT", | |
"visualization": "DEAFULT" | |
} | |
} | |
}, | |
{ | |
"id": "type", | |
"name": "Type", | |
"type": "STRING" | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"id": "blog-overview", | |
"name": "Blog Overview", | |
"groups": [ | |
{ | |
"id": "default", | |
"name": "Default", | |
"contentTypeId": "blog-overview", | |
"fields": [ | |
{ | |
"id": "latest", | |
"name": "Latest", | |
"type": "CONNECTION", | |
"options": { | |
"connection": { | |
"connectedIds": [ | |
"latest" | |
], | |
"variant": "COMPONENT", | |
"visualization": "DEAFULT" | |
} | |
} | |
}, | |
{ | |
"id": "list", | |
"name": "List", | |
"type": "CONNECTION", | |
"options": { | |
"connection": { | |
"connectedIds": [ | |
"list" | |
], | |
"variant": "COMPONENT", | |
"visualization": "DEAFULT" | |
} | |
} | |
}, | |
{ | |
"id": "more", | |
"name": "More", | |
"type": "CONNECTION", | |
"options": { | |
"connection": { | |
"connectedIds": [ | |
"more" | |
], | |
"variant": "COMPONENT", | |
"visualization": "DEAFULT" | |
} | |
} | |
}, | |
{ | |
"id": "cta", | |
"name": "Cta", | |
"type": "CONNECTION", | |
"options": { | |
"connection": { | |
"connectedIds": [ | |
"cta" | |
], | |
"variant": "COMPONENT", | |
"visualization": "DEAFULT" | |
} | |
} | |
}, | |
{ | |
"id": "seo", | |
"name": "Seo", | |
"type": "CONNECTION", | |
"options": { | |
"connection": { | |
"connectedIds": [ | |
"seo" | |
], | |
"variant": "COMPONENT", | |
"visualization": "DEAFULT" | |
} | |
} | |
}, | |
{ | |
"id": "type", | |
"name": "Type", | |
"type": "STRING" | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"id": "blog-post", | |
"name": "Blog Post", | |
"groups": [ | |
{ | |
"id": "default", | |
"name": "Default", | |
"contentTypeId": "blog-post", | |
"fields": [ | |
{ | |
"id": "head", | |
"name": "Head", | |
"type": "CONNECTION", | |
"options": { | |
"connection": { | |
"connectedIds": [ | |
"head" | |
], | |
"variant": "COMPONENT", | |
"visualization": "DEAFULT" | |
} | |
} | |
}, | |
{ | |
"id": "aside", | |
"name": "Aside", | |
"type": "CONNECTION", | |
"options": { | |
"connection": { | |
"connectedIds": [ | |
"aside" | |
], | |
"variant": "COMPONENT", | |
"visualization": "DEAFULT" | |
} | |
} | |
}, | |
{ | |
"id": "content", | |
"name": "Text", | |
"type": "STRING" | |
}, | |
{ | |
"id": "cta", | |
"name": "Cta", | |
"type": "CONNECTION", | |
"options": { | |
"connection": { | |
"connectedIds": [ | |
"cta" | |
], | |
"variant": "COMPONENT", | |
"visualization": "DEAFULT" | |
} | |
} | |
}, | |
{ | |
"id": "seo", | |
"name": "Seo", | |
"type": "CONNECTION", | |
"options": { | |
"connection": { | |
"connectedIds": [ | |
"seo" | |
], | |
"variant": "COMPONENT", | |
"visualization": "DEAFULT" | |
} | |
} | |
}, | |
{ | |
"id": "type", | |
"name": "Type", | |
"type": "STRING" | |
} | |
] | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment