You are here

webform-composite-telephone.html.twig in Webform 6.x

Same filename and directory in other branches
  1. 8.5 templates/webform-composite-telephone.html.twig

Default theme implementation of a telephone composite webform element.

Available variables:

  • content: The telephone webform element to be output.
  • flexbox: Determines if Flexbox layout should be applied to the composite element.

File

templates/webform-composite-telephone.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Default theme implementation of a telephone composite webform element.
  5. *
  6. * Available variables:
  7. * - content: The telephone webform element to be output.
  8. * - flexbox: Determines if Flexbox layout should be applied to the composite
  9. * element.
  10. *
  11. * @see template_preprocess_webform_composite_telephone()
  12. *
  13. * @ingroup themeable
  14. */
  15. #}
  16. {{ content.type }}
  17. {{ content.phone }}
  18. {{ content.ext }}