Story Card

The Story Card is a Paragraph type designed for use in sidebars, featuring a title, headline, and a link that turns the entire card into a call to action. This paragraph type is commonly used to highlight specific information or direct users to related content.

Fields

NameMachine nameRequiredDescription
Titlefield_prgf_titleNoTitle of the Story Card.
Headlinefield_prgf_headlineYesHeadline of the Story Card. A quotation mark will be displayed to the left of your headline in the Lily and Rose themes.
Linkfield_prgf_linkNoLink field that stores an internal or external URL. The entire card becomes the link, so use link text that encourages users to click.

Usage Notes

  • Themes: The Story Card Paragraph renders with specific styling in the Lily and Rose themes, including a border. It may not have the same visual emphasis in other themes like Carnation.

  • Best Practices: To enhance usability, consider adding a > or other special character to the link text to visually indicate it’s a clickable link.

  • Content Types: Story Cards are primarily designed for use in the sidebar region of content types, including:

    • Landing Page
    • News Post
    • Blog Post
    • Facility
    • Program
    • Program Subcategory

Advanced

  • Custom CSS: To disable the quotation mark in the headline area (Lily and Rose), use the following CSS:

    .story-card .quote svg {
      display: none;
    }
    
Last modified March 11, 2025: feat: improve docs (3e852052)