Text with Title Field
Categories
Component ID
2879339
Component name
Text with Title Field
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
323
Component created
Component changed
Component body
A simple compound field for Drupal 8 consisting of a textfield and a textarea.
A common use case would be for creating accordion or tabbed content, especially from within a paragraphs type.
Formatters
The field comes with 3 built in formatters.
- A simple list formatter to display title and text combination in a list.
- Accordion formatter to display the title and text combinations in a bootstrap accordion.
- Tabs formatter to display the title and text combination as bootstrap nav tabs.
Note: If you do not use bootstrap the markup can be overidden via the theme functions 'text_with_title_panel' or ''text_with_title_tabs' respectively.
