Skip to content

Image and Bullets

Balanced slide layout for an image block and a bullet list, with support for image-only and bullets-only states.

Image and bullets slide showing product screenshot and rollout highlights

Example

yaml
- template: image-and-bullets
  enabled: true
  title: Platform Migration Highlights
  subtitle: What changed and why it matters
  content:
    image_side: right
    image:
      src: /assets/migration-overview.png
      alt: Diagram of migration architecture
      description: |-
        Migration architecture captured during rollout week.

        - New ingress path
        - Clearer ownership points
    bullets:
      - New ingress path reduced deployment time by 28%.
      - Authoring defaults now preserve explicit review ownership.
      - Validation rules enforce either image or bullet content.

Fields

FieldRequiredTypeNotes
titleyesstring
subtitlestring
content.image_sidestringleft or right; defaults to right
content.imageconditionalobjectRequired when content.bullets is omitted
content.bulletsconditionalstring[]Required when content.image is omitted; must include at least one item when present

content.image

FieldRequiredType
srcyesstring
altstring
descriptionstring; supports lightweight rich text

description accepts the lightweight rich text documented in Concepts.