reperers/en pratique backcard opacity

This commit is contained in:
2026-09-15 09:41:05 +02:00
parent c210e3e677
commit 368a2b204a
2 changed files with 9 additions and 7 deletions
@@ -46,7 +46,7 @@
{% if label_hidden %}
{% if multiple %}
<div{{ attributes }}>
<div{{ attributes.addClass('field') }}>
{% for item in items %}
<div{{ item.attributes }}>{{ item.content }}</div>
{% endfor %}
@@ -57,7 +57,7 @@
{% endfor %}
{% endif %}
{% else %}
<div{{ attributes }}>
<div{{ attributes.addClass('field') }}>
<div{{ title_attributes.addClass(title_classes) }}>{{ label }}</div>