Update Composer, update everything
This commit is contained in:
parent
ea3e94409f
commit
dda5c284b6
19527 changed files with 1135420 additions and 351004 deletions
|
@ -1,7 +1,7 @@
|
|||
{#
|
||||
/**
|
||||
* @file
|
||||
* Default theme implementation for a form base container as text.
|
||||
* Default theme implementation for a webform base container as text.
|
||||
*
|
||||
* Available variables:
|
||||
* - element: The form element.
|
||||
|
@ -11,9 +11,4 @@
|
|||
* - email: Flag to determine if element is for an email.
|
||||
*/
|
||||
#}
|
||||
|
||||
{% if title %}{{ title|upper }}
|
||||
{% for i in 1..title|length %}-{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
{{ value }}
|
||||
|
|
Reference in a new issue