You are here

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

Default theme implementation for displaying collapse text form wrappers.

Theme the outer form. This is required for the detail(s) to validate.

Available variables:

  • element: Form element containing the form wrappers of the collapsible section.

File

templates/collapse-text-form.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Default theme implementation for displaying collapse text form wrappers.
  5. *
  6. * Theme the outer form. This is required for the detail(s) to validate.
  7. *
  8. * Available variables:
  9. * - element: Form element containing the form wrappers of the collapsible
  10. * section.
  11. *
  12. * @ingroup themeable
  13. */
  14. #}
  15. {{ element }}