custom_field-1.0.x-dev/templates/custom-field-flex-wrapper.html.twig
templates/custom-field-flex-wrapper.html.twig
{#
/**
* @file
* Default twig file for providing a flex-based wrapper around form elements.
*
* Available variables:
* - attributes: HTML attributes for the parent form element.
* - elements: The form elements.
*/
#}
<div{{ attributes.addClass('custom-field-element-flex') }}>
{{ elements }}
</div>
