Update Composer, update everything
This commit is contained in:
parent
ea3e94409f
commit
dda5c284b6
19527 changed files with 1135420 additions and 351004 deletions
|
|
@ -4,17 +4,15 @@
|
|||
* Default theme implementation of a telephone composite webform element.
|
||||
*
|
||||
* Available variables:
|
||||
* - content: The telephone webform element to be output.
|
||||
* - 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()
|
||||
* @see template_preprocess_webform_composite_telephone()
|
||||
*
|
||||
* @ingroup themeable
|
||||
*/
|
||||
#}
|
||||
{{ attach_library('webform/webform.element.composite') }}
|
||||
|
||||
{{ content.type }}
|
||||
{{ content.phone }}
|
||||
{{ content.ext }}
|
||||
|
|
|
|||
Reference in a new issue