je crois que c'était une homogénéisation des bliueprint
All checks were successful
Deploy / Deploy to Production (push) Successful in 9s

This commit is contained in:
antonin gallon 2026-01-20 10:44:44 +01:00
parent 847cd588c2
commit d04048549a
9 changed files with 67 additions and 32 deletions

View file

@ -1,6 +1,12 @@
title: À propos title: À propos
icon: users icon: users
status:
draft:
label: Brouillon
text: La page est accessible uniquement pour les éditeurs connectés ou via un lien secret
listed:
label: Public
text: La page est accessible par tout le monde
tabs: tabs:
# Contenu # Contenu
content: content:
@ -30,7 +36,7 @@ tabs:
buttons: false buttons: false
help: Section de texte centrée. help: Section de texte centrée.
body: body:
label: corps label: Corps
type: blocks type: blocks
fieldsets: fieldsets:
heading: heading:

View file

@ -38,7 +38,7 @@ tabs:
content: content:
type: fields type: fields
fields: fields:
article_content: body:
label: Contenu de l'article label: Contenu de l'article
type: blocks type: blocks
fieldsets: fieldsets:

View file

@ -1,6 +1,12 @@
title: Blog title: Blog
icon: text icon: text
status:
draft:
label: Brouillon
text: La page est accessible uniquement pour les éditeurs connectés ou via un lien secret
listed:
label: Public
text: La page est accessible par tout le monde
tabs: tabs:
# Intro # Intro
intro: intro:

View file

@ -1,6 +1,12 @@
title: Expertise title: Expertise
icon: wand icon: wand
status:
draft:
label: Brouillon
text: La page est accessible uniquement pour les éditeurs connectés ou via un lien secret
listed:
label: Public
text: La page est accessible par tout le monde
tabs: tabs:
content: content:
label: Contenu label: Contenu
@ -27,7 +33,7 @@ tabs:
required: true required: true
help: "Ex: PLAY THE REAL." help: "Ex: PLAY THE REAL."
body: body:
label: corps label: Corps
type: blocks type: blocks
fieldsets: fieldsets:
text: text:

View file

@ -14,10 +14,11 @@ icon: play
columns: columns:
# Colonne principale # Colonne principale
- width: 2/3 main:
width: 2/3
sections: sections:
# Informations principales # Informations principales
main: content:
type: fields type: fields
fields: fields:
lettering: lettering:
@ -47,9 +48,10 @@ columns:
- link - link
# Sidebar # Sidebar
- width: 1/3 sidebar:
width: 1/3
sections: sections:
info: meta:
type: fields type: fields
fields: fields:
thumbnail: thumbnail:
@ -83,13 +85,13 @@ columns:
help: Sans lien renseigner, le jeu aura une étiquette "coming soon" et ne sera pas jouable. help: Sans lien renseigner, le jeu aura une étiquette "coming soon" et ne sera pas jouable.
type: structure type: structure
fields: fields:
link_label: label:
label: Nom du bouton label: Nom du bouton
required: true required: true
type: text type: text
width: 1/2 width: 1/2
placeholder: "Ex: App Store, Site web..." placeholder: "Ex: App Store, Site web..."
link_url: url:
label: URL label: URL
required: true required: true
type: url type: url

View file

@ -1,6 +1,12 @@
title: Accueil title: Accueil
icon: home icon: home
status:
draft:
label: Brouillon
text: La page est accessible uniquement pour les éditeurs connectés ou via un lien secret
listed:
label: Public
text: La page est accessible par tout le monde
tabs: tabs:
# Hero Section # Hero Section
hero: hero:

View file

@ -1,6 +1,12 @@
title: Jouer title: Jouer
icon: play icon: play
status:
draft:
label: Brouillon
text: La page est accessible uniquement pour les éditeurs connectés ou via un lien secret
listed:
label: Public
text: La page est accessible par tout le monde
tabs: tabs:
games: games:
label: Jeux label: Jeux

View file

@ -1,6 +1,12 @@
title: Portfolio title: Portfolio
icon: images icon: images
status:
draft:
label: Brouillon
text: La page est accessible uniquement pour les éditeurs connectés ou via un lien secret
listed:
label: Public
text: La page est accessible par tout le monde
tabs: tabs:
content: content:
label: Contenu label: Contenu

View file

@ -52,21 +52,18 @@ columns:
images: images:
type: fields type: fields
fields: fields:
images_gallery_video: images_gallery:
width: 2/3 width: 2/3
label: Galerie vidéo d'images label: Galerie d'image
type: files type: files
layout: cards layout: cards
size: medium size: small
max: 1 min: 6
accept: video/* accept: image/*
translate: false translate: false
image:
ratio: 2/3
cover: true
uploads: uploads:
template: video template: image
help: Vidéo qui fait défiler une galerie d'images liée au jeu help: "Une animation sera générée à partir des images de ce champ. Minimum optimal d'images : 9"
mockup: mockup:
width: 1/3 width: 1/3
label: Image de mise en situation label: Image de mise en situation
@ -106,14 +103,14 @@ columns:
label: Mots clés label: Mots clés
type: structure type: structure
fields: fields:
keywords_label: label:
label: label label: Label
required: true required: true
type: text type: text
width: 1/2 width: 1/2
placeholder: "Ex: App Store, Site web..." placeholder: "Ex: Impact, Catégorie..."
keywords_text: text:
label: text label: Texte
required: true required: true
type: text type: text
width: 1/2 width: 1/2
@ -126,13 +123,13 @@ columns:
label: Liens externes label: Liens externes
type: structure type: structure
fields: fields:
link_label: label:
label: Nom du bouton label: Nom du bouton
required: true required: true
type: text type: text
width: 1/2 width: 1/2
placeholder: "Ex: App Store, Site web..." placeholder: "Ex: App Store, Site web..."
link_url: url:
label: URL label: URL
required: true required: true
type: url type: url