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 tolist
.
numcards
Specifies the number of cards visible in the desktop view.
- Usage: Append
numcards=N
in the URL, whereN
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 tofalse
.
Quick Links
- Explore existing lists (opens in a new tab). To find the list name, click on the desired list.
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.