silverstripe-webpack/app/templates/SilverStripe/Forms/CompositeField_holder.ss

8 lines
142 B
Scheme

<$Tag $AttributesHTML>
<% if $Tag == 'fieldset' && $Legend %>
<legend class="form__legend">$Legend</legend>
<% end_if %>
$Field
</$Tag>