Embedding
Components
Lists

Lists Configuration Guide

Lists are dynamic components, customizable using specific URL parameters. Explore the configurable options available:

Options

view

Determines the list's presentation format.

  • Choices: carousel | list
    • carousel: Renders the list in a carousel format.
    • list: Shows the list on a full page.
    • Default: When omitted, view is set to list.

numcards

Specifies the number of cards visible in the desktop view.

  • Usage: Append numcards=N in the URL, where N is the desired number of cards.
  • Default: Typically, 4 cards are shown. However, by using numcards=3, you can display 3 cards.

hideheader

Manages the visibility of the list's header.

  • Choices: true | false | short
    • true: Omits the list header.
    • short: Displays only the header and description.
    • false: Presents the complete list header.
    • Default: In the absence of this parameter, hideheader is set to false.

Quick Links

Example Configuration

Here's an example showcasing the utilization of the aforementioned parameters:

View Example List (opens in a new tab)

  https://widget.crediblemind.com/benovo.html?page=lists/after-the-storm-hurricane-resources-and-support?view=carousel&numcards=3&hideheader=true
 

This displays the "After the Storm" list in carousel style, with 3 cards and no header.