Component: Item - envris/White-Label-Help-Wiki GitHub Wiki

Brief description

An item list is made up of item components. Item lists allow content editors to manually create styled link user interfaces (cards, flags, etc) to other web content.

To use, populate the item with the fields required for the desired view mode.


Detailed description

Fields

The "Item" component has the following fields:

  • Title : For backend management only, not output to end user.
  • Heading : The heading of the item, used in all view modes.
  • Description : A short 1-3 sentence description that will display in the detail region on viewmodes.
  • Image : Item image used in illustrative view modes.
  • CTA : A destination link and associated link text.
  • Info : Not currently in use, but could be used in future to output information into the "meta" region of view modes.

View modes

The "Item" component has the following view modes configured:


Technical description

To be updated.