This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/web/modules/contrib/webform/templates/webform-composite-telephone.html.twig

19 lines
417 B
Twig
Raw Normal View History

2017-03-16 15:29:07 +00:00
{#
/**
* @file
* Default theme implementation of a telephone composite webform element.
*
* Available variables:
2018-11-23 12:29:20 +00:00
* - content: The telephone webform element to be output.
2017-03-16 15:29:07 +00:00
* - flexbox: Determines if Flexbox layout should be applied to the composite
* element.
*
2018-11-23 12:29:20 +00:00
* @see template_preprocess_webform_composite_telephone()
2017-03-16 15:29:07 +00:00
*
* @ingroup themeable
*/
#}
{{ content.type }}
{{ content.phone }}
{{ content.ext }}