Skip to content
Snippets Groups Projects

Issue #3506389: Follow default_value defined in JSON schema into twig

7 files
+ 8
8
Compare changes
  • Side-by-side
  • Inline
Files
7
{% if accordions %}
{% if not grouped %}
{% if grouped is defined and not grouped %}
{% set attributes = attributes.setAttribute('data-fr-group', 'false') %}
{% endif %}
Loading