avancement back

This commit is contained in:
antonin gallon 2026-01-14 12:15:46 +01:00
parent c1c4fda329
commit 724bcb4918
10 changed files with 255 additions and 347 deletions

View file

@ -8,38 +8,34 @@ tabs:
icon: text icon: text
columns: columns:
- width: 2/3 - width: 2/3
sections:
intro:
type: fields
fields: fields:
intro_headline: intro:
type: headline type: writer
label: Introduction nodes:
intro_title: - heading
label: Titre principal headings:
type: text - 1
required: true buttons: false
help: "Ex: NOUS FAISONS JOUER LE MONDE." help: Section de texte centrée.
intro_text: body:
label: Sous-titre type: blocks
type: textarea fieldsets:
size: small - type: text
principal_text: extends: blocks/text
label: Texte principal fields:
type: textarea text:
size: small type: writer
nodes:
- heading
headings:
- h3
- width: 1/3 - width: 1/3
sections: sections:
team: team:
type: fields type: fields
fields: fields:
team_headline:
type: headline
label: Équipe
team_title:
label: Titre section Équipe
type: text
default: "Notre Équipe"
team_members: team_members:
label: Membres de l'équipe label: Membres de l'équipe
type: structure type: structure
@ -59,6 +55,7 @@ tabs:
label: Photo label: Photo
type: files type: files
max: 1 max: 1
accept: image/*
uploads: uploads:
template: image template: image
# SEO # SEO

View file

@ -11,7 +11,10 @@ status:
listed: listed:
label: Publié label: Publié
text: L'article est visible publiquement text: L'article est visible publiquement
tabs:
content:
label: Contenu
icon: text
columns: columns:
# Colonne principale # Colonne principale
main: main:
@ -21,12 +24,8 @@ columns:
header: header:
type: fields type: fields
fields: fields:
title:
label: Titre de l'article
type: text
required: true
intro: intro:
label: Introduction / Chapeau label: Introduction
type: textarea type: textarea
size: small size: small
help: "Résumé ou accroche de l'article" help: "Résumé ou accroche de l'article"
@ -75,6 +74,7 @@ columns:
label: Image de couverture label: Image de couverture
type: files type: files
max: 1 max: 1
accept: image/*
uploads: uploads:
template: image template: image

View file

@ -4,21 +4,20 @@ icon: text
tabs: tabs:
# Intro # Intro
intro: intro:
label: Introduction label: Contenu
icon: text icon: text
sections: sections:
content: content:
type: fields type: fields
fields: fields:
intro_title: intro:
label: Titre type: writer
type: text nodes:
default: "NOS ARTICLES." - heading
intro_text: headings:
label: Texte d'introduction - 1
type: textarea buttons: false
size: small help: Section de texte centrée.
help: "On décrypte pour vous les ressorts de la gamification, ses actualités et des cas d'étude."
articles_list: articles_list:
label: Articles label: Articles
type: pages type: pages
@ -36,15 +35,3 @@ tabs:
seo: seo:
label: SEO label: SEO
icon: search icon: search
sections:
meta:
type: fields
fields:
meta_title:
label: Meta Title
type: text
meta_description:
label: Meta Description
type: textarea
size: small
maxlength: 160

View file

@ -2,9 +2,8 @@ title: Expertise
icon: wand icon: wand
tabs: tabs:
# Intro content:
intro: label: Contenu
label: Introduction
icon: text icon: text
columns: columns:
- width: 2/3 - width: 2/3
@ -12,30 +11,18 @@ tabs:
content: content:
type: fields type: fields
fields: fields:
intro_title: title:
label: Titre principal label: Titre
type: text type: text
required: true required: true
help: "Ex: PLAY THE REAL." help: "Ex: PLAY THE REAL."
contenu: textes:
label: Contenu label: Texte
type: blocks type: blocks
fieldsets: fieldsets:
text: text_bloc:
label: Texte label: bloc de texte
type: text type: text
- width: 1/3
sections:
media:
type: fields
fields:
video:
label: Vidéo d'arrière-plan
type: files
max: 1
uploads:
template: image
# SEO # SEO
seo: seo:
label: SEO label: SEO

View file

@ -14,55 +14,50 @@ icon: play
columns: columns:
# Colonne principale # Colonne principale
main: - width: 2/3
width: 2/3
sections: sections:
# Informations principales # Informations principales
info: info:
type: fields type: fields
fields: fields:
title:
label: Nom du jeu
type: text
required: true
help: "Ex: Mozzle"
description: description:
label: Description label: Description
type: textarea type: textarea
size: medium size: medium
help: "Un thème, 5 mots cachés... mais chacun a une lettre manquante !"
rules:
label: Règles du jeu
type: blocks
fieldsets:
- heading
- text
- list
# Sidebar # Sidebar
sidebar: - width: 1/3
width: 1/3
sections: sections:
# Visuel # Visuel
visual: visual:
type: fields type: fields
fields: fields:
cover: background_image:
label: Image de couverture label: Image d'arrière plan
type: files type: files
max: 1 max: 1
accept: image/*
uploads: uploads:
template: image template: image
help: Image affichée en arrière-plan quand le jeu est sélectionné
thumbnail:
label: Vignette
type: files
max: 1
accept: image/*
uploads:
template: image
help: Petite image carrée représentant le jeu
badge: badge:
label: Badge label: Badge
type: select type: tags
max: 1
options: options:
none: Aucun - NEW
new: NEW - Populaire
coming_soon: Coming Soon help: Choisissez une suggestion ou tapez votre propre badge
popular: Populaire
# Statut et liens # Statut
status: status:
type: fields type: fields
fields: fields:
@ -75,12 +70,20 @@ columns:
available: Disponible available: Disponible
coming_soon: Bientôt disponible coming_soon: Bientôt disponible
maintenance: En maintenance maintenance: En maintenance
play_link: # Liens
label: Lien pour jouer links:
type: fields
fields:
play_links:
label: Lien(s) pour jouer
type: structure
fields:
link_label:
label: Nom du bouton
type: text
width: 1/2
placeholder: "Ex: App Store, Site web..."
link_url:
label: URL
type: url type: url
help: "URL vers le jeu intégré ou externe" width: 1/2
is_embedded:
label: Jeu intégré
type: toggle
text: Le jeu s'affiche directement sur la page
default: true

View file

@ -4,29 +4,29 @@ icon: home
tabs: tabs:
# Hero Section # Hero Section
hero: hero:
label: Hero label: Contenu
icon: star icon: text
columns: columns:
- width: 2/3 - width: 2/3
sections: sections:
hero_content: hero_content:
type: fields type: fields
fields: fields:
hero_title: title:
label: Titre principal label: Titre principal
type: text type: text
required: true required: true
help: "Ex: PLAY TO ENGAGE" subtitle:
hero_subtitle:
label: Sous-titre label: Sous-titre
type: textarea type: textarea
size: small size: small
help: "Ex: Nous transformons les interactions en défis pertinents et gratifiants" cta_text:
hero_cta_text: width: 1/2
label: Texte du bouton CTA label: Texte du bouton CTA
type: text type: text
default: Explorer default: Explorer
hero_cta_link: cta_link:
width: 1/2
label: Lien du bouton CTA label: Lien du bouton CTA
type: pages type: pages
max: 1 max: 1
@ -39,8 +39,9 @@ tabs:
label: Vidéo d'arrière-plan label: Vidéo d'arrière-plan
type: files type: files
max: 1 max: 1
accept: video/*
uploads: uploads:
template: image template: video
# SEO # SEO
seo: seo:
label: SEO label: SEO

View file

@ -2,24 +2,6 @@ title: Jouer
icon: play icon: play
tabs: tabs:
# Intro
intro:
label: Introduction
icon: text
sections:
content:
type: fields
fields:
intro_title:
label: Titre
type: text
default: Jouer
intro_text:
label: Texte d'introduction
type: textarea
size: small
# Jeux
games: games:
label: Jeux label: Jeux
icon: grid icon: grid
@ -39,15 +21,3 @@ tabs:
seo: seo:
label: SEO label: SEO
icon: search icon: search
sections:
meta:
type: fields
fields:
meta_title:
label: Meta Title
type: text
meta_description:
label: Meta Description
type: textarea
size: small
maxlength: 160

View file

@ -6,25 +6,16 @@ tabs:
label: Contenu label: Contenu
icon: text icon: text
sections: sections:
# Intro
intro:
type: fields
fields:
intro_title:
label: Titre
type: text
default: Portfolio
# Projets # Projets
projects_list: projects_list:
type: pages type: pages
headline: Liste des projets headline: Liste des projets
layout: list layout: cards
size: medium size: medium
image: image:
cover: true cover: true
template: project template: project
info: "{{ page.category }}" info: "{{ page.catchphrase }}"
create: project create: project
# SEO # SEO

View file

@ -1,16 +1,16 @@
title: Projet title: Projet
icon: image icon: image
status: # status:
draft: # draft:
label: Brouillon # label: Brouillon
text: Le projet n'est pas visible # text: Le projet n'est pas visible
unlisted: # unlisted:
label: Non listé # label: Non listé
text: Le projet est accessible mais pas dans la liste # text: Le projet est accessible mais pas dans la liste
listed: # listed:
label: Publié # label: Publié
text: Le projet est visible publiquement # text: Le projet est visible publiquement
columns: columns:
# Colonne principale # Colonne principale
@ -21,12 +21,8 @@ columns:
info: info:
type: fields type: fields
fields: fields:
title: catchphrase:
label: Nom du projet label: Phrase d'accroche
type: text
required: true
tagline:
label: Tagline
type: text type: text
help: "Ex: Transformez votre lecture en aventure." help: "Ex: Transformez votre lecture en aventure."
description: description:
@ -35,14 +31,29 @@ columns:
size: medium size: medium
help: Description complète du projet help: Description complète du projet
# Galerie images:
gallery: type: fields
fields:
images_gallery_video:
width: 2/3
label: Galerie vidéo d'images
type: files type: files
headline: Galerie d'images
layout: cards layout: cards
size: medium size: medium
max: 1
accept: video/*
uploads:
template: video
help: Vidéo qui fait défiler une galerie d'images liée au jeu
mockup:
width: 1/3
label: Image de mise en situation
type: files
max: 1
accept: image/*
uploads:
template: image template: image
info: "{{ file.dimensions }}" help: Écran de jeu mis en situation sur un appareil
# Sidebar # Sidebar
sidebar: sidebar:
@ -52,12 +63,14 @@ columns:
meta: meta:
type: fields type: fields
fields: fields:
cover: thumbnail:
label: Image de couverture label: Vignette
type: files type: files
max: 1 max: 1
accept: image/*
uploads: uploads:
template: image template: image
help: Petite image carrée représentant le jeu
category: category:
label: Catégorie label: Catégorie
type: text type: text

View file

@ -1,7 +1,7 @@
title: World Game title: World Game
columns: columns:
- width: 1/1 - width: 1/2
sections: sections:
pages: pages:
type: pages type: pages
@ -12,92 +12,51 @@ columns:
create: false create: false
status: listed status: listed
- width: 1/3 - width: 1/2
sections:
identity:
type: fields
fields: fields:
identity_headline: contact_email:
type: headline label: Email
label: Le studio type: email
width: 1/3
site_title: contact_phone:
label: Nom du site label: Téléphone
type: tel
width: 1/3
contact_address:
label: Adresse
type: writer
buttons: false
nodes: false
width: 1/3
placeholder: 33 rue Jean Dupont
social_links:
label: Liens réseaux sociaux
type: structure
fields:
label:
label: Nom
type: text type: text
width: 1/2 width: 1/3
placeholder: "Ex: LinkedIn, Instagram..."
site_tagline: url:
label: Tagline label: URL
type: text type: url
width: 1/2 width: 1/3
picto:
site_description: label: Icône SVG
label: Description SEO
type: textarea type: textarea
width: 1/3
buttons: false
size: small size: small
help: Collez le code SVG de l'icône
mentions_legales: - width: 1/2
label: Mentions légales (PDF)
type: files
max: 1
width: 1/2
- width: 1/3
sections: sections:
contact: contact:
type: fields type: fields
fields: fields:
contact_headline: mentions_legales:
type: headline label: Mentions légales (PDF)
label: Contact type: files
max: 1
contact_email: accept: application/pdf
label: Email
type: email
width: 1/2
contact_phone:
label: Téléphone
type: tel
width: 1/2
contact_address:
label: Adresse
type: text
width: 1/2
placeholder: 33 rue Jean Dupont
contact_postal:
label: Code postal
type: text
width: 1/2
placeholder: 75000 Paris
- width: 1/3
sections:
social:
type: fields
fields:
social_headline:
type: headline
label: Réseaux sociaux
social_linkedin:
label: LinkedIn
type: url
width: 1/2
social_twitter:
label: Twitter / X
type: url
width: 1/2
social_instagram:
label: Instagram
type: url
width: 1/2
social_youtube:
label: YouTube
type: url
width: 1/2