{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Glitch Boot Hero", "description": "Terminal boot-console hero with a glitch wordmark and neon CTAs.", "type": "object", "properties": { "eyebrow": { "type": "string", "title": "Eyebrow", "x-editor": "text" }, "headline": { "type": "string", "title": "Headline", "x-editor": "text" }, "subhead": { "type": "string", "title": "Subheadline", "x-editor": "textarea" }, "primaryLabel": { "type": "string", "title": "Primary button label", "x-editor": "text" }, "primaryUrl": { "type": "string", "title": "Primary button URL", "x-editor": "link" }, "secondaryLabel": { "type": "string", "title": "Secondary button label", "x-editor": "text" }, "secondaryUrl": { "type": "string", "title": "Secondary button URL", "x-editor": "link" }, "bootLines": { "type": "array", "title": "Boot lines", "description": "Faux terminal boot lines shown above the headline", "default": [], "x-editor": "collection", "items": { "type": "object", "properties": { "text": { "type": "string", "title": "Line", "x-editor": "text" } } } }, "class": { "type": "string", "title": "CSS Classes", "x-editor": "text" } } }