Card Grid
module_card_grid
This module runs off data tags. So you would tag a basic page module_card_grid and a data tag module_card_grid:XXX.
What this will do is pull any page tagged XXX into a card and display it in a grid format.
#Card Grid filters
Keyword search
By default. card grids have built-in keyword search - that a user can type into to filter through cards in the grid. It searches the card title and card text.
Toggle filters
For each card in the card grid - if any filter:XXX tags exist - they will be added to the card grid - toggling one on/off will show/hide all cards that have a given filter:XXX tag.
Card sorting
By default, the card grid will sort "Newest first" - but you also have the option of switching to "A-Z" alphabetical sorting.
Style tag
We implemented a special masonry grid here based on the design for Carosika - activated by tag grid_style:masonry - this means they are stack based on height of current column - and items can be mis-aligned - vs the default where all cards are same height and lined up in an even grid.