Paragraph Types
Overview
We've created the Gesso Paragraph module to expedite the setup process when building a new website. Below, you'll find comprehensive list of these paragraph types along with detailed descriptions.
Installation
lando composer require acromedia/gesso_paragraphs
lando drush pm-enable gesso_paragraphs
Paragraph Types
| Icon | Label | Machine name | Description |
|---|---|---|---|
| Accordion | accordion | Component: Displays content contained within a rich media accordion component. | |
| Accordion Item | accordion_item | Sub-Component: An item that is displayed within the Accordion component. | |
| Basic Content | basic_content | Component: Common HTML content like text and images. | |
| Button | button | Sub-Component: Display a button. | |
| Buttons | buttons | Component: Display a group of buttons. | |
| Card | card | Sub-Component: Display information within a card style. | |
| Cards | cards | Component: Display a list of Card components. | |
| Carousel | carousel | Component: A slideshow component for cycling through slides that contain text/images. | |
| Divider | divider | Component: A line break that is used to go between other components for visual separation. | |
| Embed Code | embed_code | Component: A component for embedding code onto the page (YouTube videos, Google Maps, etc). | |
| Icon | icon | Sub-Component: Display an icon with various display options. | |
| Image | image | Component: An image that can be linked if needed. | |
| Modal | modal | Component: A rich media modal popup that displays a message or content. | |
| Section | section | Layout Component: A section used for layouts. | |
| Section Block | section_block | Component: A component to embed a Drupal "Section Block". | |
| Slide Carousel Wrapper | slide_carousel_wrapper | Component: Provides a flexible carousel wrapper that can be used to render images, cards, and strap components. | |
| Spacer | spacer | Component: Create empty space between components. | |
| Strap | strap | Component: A strap with various configuration options to display content. | |
| Tab | tab | Sub-Component: The actual tab that appears within the Tabs component. | |
| Tabs | tabs | Component: Display content within clickable tabs. |