You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 lines
572 B

{{< core_form/element-template }}
{{$element}}
{{^element.frozen}}
<textarea
name="{{element.name}}"
id="{{element.id}}"
class="form-control {{#error}}is-invalid{{/error}}"
{{#error}}
autofocus aria-describedby="{{element.iderror}}"
{{/error}}
{{{element.attributes}}} >{{element.value}}</textarea>
{{/element.frozen}}
{{#element.frozen}}
{{element.value}}
{{/element.frozen}}
{{/element}}
{{/ core_form/element-template }}