Initial commit
This commit is contained in:
commit
388079e6bb
1108 changed files with 330121 additions and 0 deletions
46
site/blueprints/pages/chapitre.yml
Normal file
46
site/blueprints/pages/chapitre.yml
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
title: Chapitre
|
||||
|
||||
columns:
|
||||
main:
|
||||
width: 2/3
|
||||
sections:
|
||||
fields:
|
||||
type: fields
|
||||
fields:
|
||||
chapeau:
|
||||
label: Chapeau
|
||||
type: writer
|
||||
text:
|
||||
label: Contenu
|
||||
type: blocks
|
||||
fieldsets:
|
||||
text:
|
||||
label: Texte
|
||||
type: group
|
||||
fieldsets:
|
||||
- heading
|
||||
- text
|
||||
- list
|
||||
- quote
|
||||
- interview
|
||||
media:
|
||||
label: Media
|
||||
type: group
|
||||
fieldsets:
|
||||
- gallery
|
||||
- image
|
||||
- fullpageimage
|
||||
- spreadimage
|
||||
others:
|
||||
label: Autres
|
||||
type: group
|
||||
fieldsets:
|
||||
- break
|
||||
- blank
|
||||
sidebar:
|
||||
width: 1/3
|
||||
sections:
|
||||
files:
|
||||
label: Images
|
||||
type: files
|
||||
|
||||
35
site/blueprints/pages/default.yml
Normal file
35
site/blueprints/pages/default.yml
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
title: Page
|
||||
|
||||
columns:
|
||||
main:
|
||||
width: 2/3
|
||||
sections:
|
||||
fields:
|
||||
type: fields
|
||||
fields:
|
||||
text:
|
||||
label: Texte
|
||||
type: blocks
|
||||
fieldsets:
|
||||
text:
|
||||
label: Texte
|
||||
type: group
|
||||
fieldsets:
|
||||
- heading
|
||||
- text
|
||||
- list
|
||||
- quote
|
||||
media:
|
||||
label: Medias
|
||||
type: group
|
||||
fieldsets:
|
||||
- gallery
|
||||
- image
|
||||
- video
|
||||
sidebar:
|
||||
width: 1/3
|
||||
sections:
|
||||
files:
|
||||
label: Fichiers
|
||||
type: files
|
||||
|
||||
21
site/blueprints/pages/home.yml
Normal file
21
site/blueprints/pages/home.yml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
title: Page d'accueil
|
||||
|
||||
columns:
|
||||
main:
|
||||
width: 2/3
|
||||
sections:
|
||||
fields:
|
||||
type: fields
|
||||
fields:
|
||||
bigImage:
|
||||
label: Image à afficher sur la page d'accueil
|
||||
type: files
|
||||
multiple: false
|
||||
|
||||
sidebar:
|
||||
width: 1/3
|
||||
sections:
|
||||
files:
|
||||
label: Fichiers
|
||||
type: files
|
||||
|
||||
9
site/blueprints/pages/print.yml
Normal file
9
site/blueprints/pages/print.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
title: Print
|
||||
|
||||
sections:
|
||||
info:
|
||||
type: info
|
||||
label: Info
|
||||
text: |
|
||||
Cette page permet de générer la version print de la revue
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue