Skip to content

Action Cards

Grid of CTA cards with an optional footer strip.

Action cards slide showing three CTA cards with descriptions and links

Example

yaml
- template: action-cards
  enabled: true
  title: How to help
  subtitle: Ways to support the next cycle
  content:
    footer_text: Contribution options stay lightweight on purpose.
    cards:
      - title: Review docs
        description: Tighten rollout notes and operator checklists.
        url_label: Open docs backlog
        url: https://example.com/docs/backlog
      - title: Test templates
        description: Run a project through the starter kit and note anything unclear.
        url_label: Report feedback
        url: https://example.com/feedback/templates
      - title: Improve exports
        description: Review PDFs and suggest spacing or readability improvements.
        url_label: Share feedback
        url: https://example.com/feedback/exports

Data sources

RegionSource
Cardscontent.cards[]: title, description, url_label / url
Footer stripShown if footer_text or site.links.repository exists
Footer textcontent.footer_text
Footer buttonsite.links.repository.label / site.links.repository.url

Fields

FieldRequiredType
titleyesstring
subtitlestring
content.footer_textstring
content.cardsyesarray

content.cards[]

FieldRequiredType
titleyesstring
descriptionyesstring
url_labelyesstring
urlyesstring