type | "headline" | Yes | — | Discriminator. |
id | string | Yes | — | Widget id. |
title | string | Yes | — | Headline copy. Inline markdown. |
titleColor | string | No | — | CSS color for the title. |
description | string | No | — | Subtitle copy. Inline markdown. |
descriptionColor | string | No | — | CSS color for the description. |
logo | object | No | — | Brand logo above the title. { src, alt?, height? }. |
image | object | No | — | Positioned image beside or above the copy. See Widget image. |
textAlign | "left" | "middle" | "right" | No | — | Copy and CTA alignment. |
cta | object | No | — | Primary call-to-action. See Navigation and actions. |
secondaryCta | object | No | — | Second CTA rendered after cta. Same shape. |