Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions templates/fields.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,8 @@
{{ macros.textareaField(input_name, value, label, field_options|merge({
'enable_richtext': true,
'field_class': 'col-12',
'label_class': '',
'input_class': '',
'align_label_right': false,
'label_class': 'col-xxl-2',
'input_class': 'col-xxl-10',
})) }}

{% elseif type == 'yesno' %}
Expand Down