Skip to content
Snippets Groups Projects
Verified Commit 05b42068 authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #2700439 by rishabh vishwakarma, markconroy, Aadhar_Gupta, liam morland,...

Issue #2700439 by rishabh vishwakarma, markconroy, Aadhar_Gupta, liam morland, mrinalini9, tomzoocha, Vidushi Mehta, nikhil_110, ashutosh ahirwal, arunkumark, smustgrave, lauriii, star-szr: Description class not added to form-element.html.twig template
parent 086f524b
Branches
Tags
4 merge requests!5423Draft: Resolve #3329907 "Test2",!3478Issue #3337882: Deleted menus are not removed from content type config,!2964Issue #2865710 : Dependencies from only one instance of a widget are used in display modes,!579Issue #2230909: Simple decimals fail to pass validation
Pipeline #440643 passed with warnings
Pipeline: drupal

#440653

    Pipeline: drupal

    #440649

      Pipeline: drupal

      #440645

        ......@@ -72,7 +72,7 @@
        <span class="field-prefix">{{ prefix }}</span>
        {% endif %}
        {% if description_display == 'before' and description.content %}
        <div{{ description.attributes }}>
        <div{{ description.attributes.addClass(description_classes) }}>
        {{ description.content }}
        </div>
        {% endif %}
        ......
        ......@@ -71,7 +71,7 @@
        <span class="field-prefix">{{ prefix }}</span>
        {% endif %}
        {% if description_display == 'before' and description.content %}
        <div{{ description.attributes }}>
        <div{{ description.attributes.addClass(description_classes) }}>
        {{ description.content }}
        </div>
        {% endif %}
        ......
        ......@@ -71,7 +71,7 @@
        <span class="field-prefix">{{ prefix }}</span>
        {% endif %}
        {% if description_display == 'before' and description.content %}
        <div{{ description.attributes }}>
        <div{{ description.attributes.addClass(description_classes) }}>
        {{ description.content }}
        </div>
        {% endif %}
        ......
        ......@@ -71,7 +71,7 @@
        <span class="field-prefix">{{ prefix }}</span>
        {% endif %}
        {% if description_display == 'before' and description.content %}
        <div{{ description.attributes }}>
        <div{{ description.attributes.addClass(description_classes) }}>
        {{ description.content }}
        </div>
        {% endif %}
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Please register or to comment