Loading src/components/field/field.twig +12 −5 Original line number Diff line number Diff line Loading @@ -5,6 +5,13 @@ */ #} {% set title_classes = [ 'field__label', label_display == 'visually_hidden' ? 'visually-hidden', ] %} {% if label_hidden %} {% if multiple %} <div{{ attributes }}> Loading @@ -19,7 +26,7 @@ {% endif %} {% else %} <div{{ attributes }}> <div{{ title_attributes }}>{{ label }}</div> <div{{ title_attributes.addClass(title_classes) }}>{{ label }}</div> {% if multiple %} <div> {% endif %} Loading Loading
src/components/field/field.twig +12 −5 Original line number Diff line number Diff line Loading @@ -5,6 +5,13 @@ */ #} {% set title_classes = [ 'field__label', label_display == 'visually_hidden' ? 'visually-hidden', ] %} {% if label_hidden %} {% if multiple %} <div{{ attributes }}> Loading @@ -19,7 +26,7 @@ {% endif %} {% else %} <div{{ attributes }}> <div{{ title_attributes }}>{{ label }}</div> <div{{ title_attributes.addClass(title_classes) }}>{{ label }}</div> {% if multiple %} <div> {% endif %} Loading