Skip to content
Snippets Groups Projects

Issue #3459321: [DSFR 1.11] Swap the tag of the conset banner

Merged Thomas MUSA requested to merge issue/ui_suite_dsfr-3459321:3459321-dsfr-1.11-swap into 1.0.x
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
{% set modal_id = 'fr-consent-modal' %}
<div{{ attributes.addClass('fr-consent-banner') }}>
{% if title %}<p class="fr-h6 fr-mb-3v">{{ title }}</p>{% endif %}
{% if title %}<h4 class="fr-h6 fr-mb-3v">{{ title }}</h4>{% endif %}
<div class="fr-consent-banner__content">
<p class="fr-text--sm">{{ content }}</p>
</div>
Loading