Webform module and config export
This commit is contained in:
parent
3e6a5cbed2
commit
0e15467384
1040 changed files with 117682 additions and 0 deletions
|
|
@ -0,0 +1,20 @@
|
|||
{#
|
||||
/**
|
||||
* @file
|
||||
* 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.
|
||||
*
|
||||
* @see template_preprocess_webform_telephone()
|
||||
*
|
||||
* @ingroup themeable
|
||||
*/
|
||||
#}
|
||||
{{ attach_library('webform/webform.element.composite') }}
|
||||
|
||||
{{ content.type }}
|
||||
{{ content.phone }}
|
||||
{{ content.ext }}
|
||||
Reference in a new issue