Skip to content
Snippets Groups Projects
Commit c8104e1e authored by Eloi Perdereau's avatar Eloi Perdereau
Browse files

Merge branch 'content' of github.com:CCLuminy/CCL-site into content

parents fb383ae6 56b25011
No related branches found
No related tags found
1 merge request!5Big fat update, mostly cms configuration
...@@ -88,7 +88,7 @@ fields: ...@@ -88,7 +88,7 @@ fields:
showOnly: showOnly:
field: header_type field: header_type
value: Banderole perso value: Banderole perso
default: "/assets/images/puget-fleuri.png" default: ''
- name: image - name: image
type: file type: file
config: config:
...@@ -97,7 +97,7 @@ fields: ...@@ -97,7 +97,7 @@ fields:
showOnly: showOnly:
field: header_type field: header_type
value: Image fixe value: Image fixe
default: "/assets/images/banniere-hexagone.png" default: ''
- name: overlay_title - name: overlay_title
type: boolean type: boolean
label: Titre sur l'entête label: Titre sur l'entête
...@@ -116,6 +116,24 @@ fields: ...@@ -116,6 +116,24 @@ fields:
file: file:
path: path:
label: Texte sur l'entête label: Texte sur l'entête
- name: texte_d_entete_personnalise
type: text
config:
required: false
label: Texte d'entête personnalisé
description: Ce texte remplace la description pour le référencement.
showOnly:
field: header_text
value: Texte personnalisé
- name: actions
type: list
config:
use_select: false
min: '0'
max: '5'
source:
type: simple
label: Boutons
- name: caption - name: caption
type: text type: text
config: config:
...@@ -129,4 +147,5 @@ fields: ...@@ -129,4 +147,5 @@ fields:
field: has_header field: has_header
value: true value: true
pages: pages:
- _pages/lorem-ipsum-1.md
- _pages/lorem-ipsum.md - _pages/lorem-ipsum.md
---
last_modified_at: 2019-11-24 17:05:58 +0100
toc: true
has_header: true
header:
header_type: Par défaut
overlay_color: rgb(125, 103, 103)
overlay_title: true
header_text: Copier la description
overlay_image: ''
image: ''
texte_d_entete_personnalise: ''
actions:
- |-
bouton1
bouton1 (2e ligne)
caption: ''
title: Lorem ipsum
classes: ''
description: ''
---
lorem lorem
\ No newline at end of file
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