Skip to content
Snippets Groups Projects
Unverified Commit 441c8da1 authored by Alexis BENOIT's avatar Alexis BENOIT Committed by GitHub
Browse files

Gestion des options d'affichage des formations enfants (#706)

parent 59af2eb9
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,7 @@ ol.programs
.program
&:first-child
border-top: 1px solid var(--color-border)
.program-title
.program-title:last-child
@include h4
.programs-grid
......
......@@ -167,6 +167,15 @@ params:
diploma_certification: true
logo: true
website_link: true
children:
options:
button: false
contact: false
diploma: false
diploma_certification: false
image: false
logo: false
summary: false
# share_links: # Optional
# enabled: true
# email: false
......
......@@ -29,7 +29,7 @@
{{ partial "programs/program.html" (dict
"program" .
"heading" "h4"
"options" (dict "image" false)
"options" site.Params.programs.single.children.options
)}}
{{- end -}}
</ol>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment