blueprints

This commit is contained in:
sarahgarcin1 2025-12-02 21:45:22 +01:00
parent b35bee4fe3
commit b8cb77c0e5
52 changed files with 752 additions and 6 deletions

View file

@ -0,0 +1,30 @@
title: Carte
columns:
main:
width: 2/3
sections:
fields:
type: fields
fields:
tags:
label: Mots-clés
type: tags
text:
label: Présentation de la carte
type: writer
map:
label: Carte
type: info
text: |
Ici le plugin pour la carte et les marqueurs
Avoir la possibilité de changer le fond de carte en image
sidebar:
width: 1/3
sections:
files:
label: Fichiers
type: files

View file

@ -0,0 +1,38 @@
title: Chapitre
columns:
main:
width: 2/3
sections:
fields:
type: fields
fields:
text:
label: Contenu
type: blocks
fieldsets:
text:
label: Texte
type: group
fieldsets:
- heading
- text
- list
- quote
media:
label: Medias
type: group
fieldsets:
- map
- image
- video
sidebar:
width: 1/3
sections:
files:
label: Fichiers
type: files

View file

@ -0,0 +1,38 @@
title: Géoformat
columns:
main:
width: 2/3
sections:
fields:
type: fields
fields:
subtitle:
label: Sous-titre
type: text
width: 1/2
tags:
label: Mots-clés
type: tags
width: 1/2
cover:
label: Media de couverture
type: files
multiple: false
width: 1/2
text:
label: Chapeau
type: writer
pages:
label: Chapitres
type: pages
template: chapitre
sidebar:
width: 1/3
sections:
files:
label: Fichiers
type: files

View file

@ -0,0 +1,31 @@
title: Projet
columns:
main:
width: 2/3
sections:
fields:
type: fields
fields:
subtitle:
label: Sous-titre
type: text
width: 1/2
cover:
label: Image de couverture
type: files
multiple: false
width: 1/2
pages:
label: Récits
type: pages
template: recit
sidebar:
width: 1/3
sections:
files:
label: Fichiers
type: files

View file

@ -0,0 +1,36 @@
title: Récit
columns:
main:
width: 2/3
sections:
fields:
type: fields
fields:
author:
label: Auteur·ice(s)
type: text
width: 1/2
cover:
label: Image de couverture
type: files
multiple: false
width: 1/2
introduction:
label: Introduction
type: writer
pages:
label: Pages
type: pages
template:
- carte
- geoformat
sidebar:
width: 1/3
sections:
files:
label: Fichiers
type: files