2
0

card.rst 829 B

1234567891011121314151617181920212223242526
  1. Card Block
  2. ==========
  3. Allows the user to fill out information to be displayed in a card. Crops the image to a 3:2 ratio.
  4. .. note::
  5. There is also a :ref:`card-grid` which groups cards into a grid and is a Layout Block;
  6. this Card Block only displays a single card.
  7. Field Reference
  8. ---------------
  9. Fields and purposes:
  10. * **Image** - Select the image to display in the card
  11. * **Title** - The text to show for the title of the card
  12. * **Subtitle** - The text to show for a subtitle, if desired
  13. * **Body** - The text to show for the body of the card
  14. * **Links > Button Link** - The button link to include at the bottom of the card, set to link to a page or external link
  15. Explore `Bootstrap Cards <https://getbootstrap.com/docs/4.0/components/card/>`_ to get an understanding of the
  16. appearance and function of cards.