You are here

collapse-text-details.html.twig in Collapse Text 2.0.x

Default theme implementation for displaying collapse text details.

Theme a section of collapsible text. By default, this template calls the default 'theme_details' implementation, but this template can be overridden to implement a custom theme just for collapsed text.

Available variables:

  • element: Form element containing the details of the collapsible section.

File

templates/collapse-text-details.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Default theme implementation for displaying collapse text details.
  5. *
  6. * Theme a section of collapsible text. By default, this template calls the
  7. * default 'theme_details' implementation, but this template can be overridden
  8. * to implement a custom theme just for collapsed text.
  9. *
  10. * Available variables:
  11. * - element: Form element containing the details of the collapsible section.
  12. *
  13. * @ingroup themeable
  14. */
  15. #}
  16. {{ element }}