A block to display a group of promo objects - a small card with an image, headline, short desciption, and link.
- SilverStripe ^4.0
- SilverStripe Elemental ^2.0
composer require dynamic/silverstripe-elemental-promos
A block to display a group of promo objects - a small card with an image, headline, short desciption, and link. Typically this will display 3 to 4 promos per row depending on layout restrictions.
The default templates are based off Bootstrap 4 classes/styling
A simple display of the promos is being used by default in the PromosSimple.ss
include. Also in the includes folder is another version, PromosCardDeck
that uses the Bootstrap 4 Card Deck.