world-game/site/blueprints/pages/project.yml
antonin gallon d04048549a
All checks were successful
Deploy / Deploy to Production (push) Successful in 9s
je crois que c'était une homogénéisation des bliueprint
2026-01-20 10:44:44 +01:00

136 lines
3.3 KiB
YAML

title: Projet
icon: image
# status:
# draft:
# label: Brouillon
# text: Le projet n'est pas visible
# unlisted:
# label: Non listé
# text: Le projet est accessible mais pas dans la liste
# listed:
# label: Publié
# text: Le projet est visible publiquement
columns:
# Colonne principale
main:
width: 2/3
sections:
# Informations principales
info:
type: fields
fields:
catchphrase:
label: Phrase d'accroche
type: writer
nodes: false
marks:
- bold
- italic
- green
- pixel
- underline
- strike
- clear
- link
help: "Ex: Transformez votre lecture en aventure."
description:
label: Description
type: writer
marks:
- bold
- italic
- green
- pixel
- underline
- strike
- clear
- link
help: Description complète du projet
images:
type: fields
fields:
images_gallery:
width: 2/3
label: Galerie d'image
type: files
layout: cards
size: small
min: 6
accept: image/*
translate: false
uploads:
template: image
help: "Une animation sera générée à partir des images de ce champ. Minimum optimal d'images : 9"
mockup:
width: 1/3
label: Image de mise en situation
type: files
layout: cards
max: 1
size: small
accept: image/*
translate: false
image:
ratio: 1/1
uploads:
template: image
help: Écran de jeu mis en situation sur un appareil
# Sidebar
sidebar:
width: 1/3
sections:
meta:
type: fields
fields:
thumbnail:
label: Vignette
type: files
layout: cards
size: small
max: 1
accept: image/*
translate: false
image:
ratio: 1/1
uploads:
template: image
help: Petite image carrée représentant le jeu
keywords:
label: Mots clés
type: structure
fields:
label:
label: Label
required: true
type: text
width: 1/2
placeholder: "Ex: Impact, Catégorie..."
text:
label: Texte
required: true
type: text
width: 1/2
# Liens externes
links:
type: fields
fields:
external_links:
label: Liens externes
type: structure
fields:
label:
label: Nom du bouton
required: true
type: text
width: 1/2
placeholder: "Ex: App Store, Site web..."
url:
label: URL
required: true
type: url
width: 1/2