Issue #3459838: Prefix is shown before description
1 unresolved thread
Closes #3459838
Merge request reports
Activity
mentioned in merge request !8695 (closed)
68 68 {% if label_display in ['before', 'invisible'] %} 69 69 {{ label }} 70 70 {% endif %} 71 {% if prefix is not empty %} - web/core/profiles/demo_umami/themes/umami/templates/classy/form/form-element.html.twig
- web/core/themes/stable9/templates/form/form-element.html.twig
- web/core/themes/starterkit_theme/templates/form/form-element.html.twig
All these core templates follow the same structure for prefix
{% if prefix is not empty %} <span class="field-prefix">{{ prefix }}</span> {% endif %} {% if description_display == 'before' and description.content %} <div{{ description.attributes }}> {{ description.content }} </div> {% endif %}
Shouldn't we update all of them? Or is this something that should be handled by the 'webform' module itself?
Edited by AKHIL BABU
added 1 commit
added 1 commit
added 1 commit
added 1235 commits
-
956491e7...67e7a25f - 1234 commits from branch
project:11.x
- d772d591 - Merged 11.x
-
956491e7...67e7a25f - 1234 commits from branch
added 150 commits
-
d772d591...d3fa5fa9 - 149 commits from branch
project:11.x
- 6211e36e - Merge branch '11.x' into 3459838-prefix
-
d772d591...d3fa5fa9 - 149 commits from branch
added 2 commits
Please register or sign in to reply