Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
ui_suite_dsfr
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
ui_suite_dsfr
Merge requests
!152
Issue
#3506389
: Follow default_value defined in JSON schema into twig
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Issue
#3506389
: Follow default_value defined in JSON schema into twig
issue/ui_suite_dsfr-3506389:3506389-follow-defaultvalue-defined
into
1.1.x
Overview
0
Commits
1
Pipelines
1
Changes
7
Open
Fabien Clément
requested to merge
issue/ui_suite_dsfr-3506389:3506389-follow-defaultvalue-defined
into
1.1.x
3 months ago
Overview
0
Commits
1
Pipelines
1
Changes
7
Expand
Closes
#3506389
0
0
Merge request reports
Compare
1.1.x
1.1.x (HEAD)
and
latest version
latest version
47349d62
1 commit,
3 months ago
7 files
+
8
−
8
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
components/accordion_group/accordion_group.twig
+
1
−
1
Options
{%
if
accordions
%}
{%
if
not
grouped
%}
{%
if
grouped
is
defined
and
not
grouped
%}
{%
set
attributes
=
attributes.setAttribute
(
'data-fr-group'
,
'false'
)
%}
{%
endif
%}
Loading