mise en place du début du back

This commit is contained in:
antonin gallon 2026-01-13 16:35:52 +01:00
parent 5210d78d7d
commit c1c4fda329
22 changed files with 1595 additions and 4 deletions

View file

@ -0,0 +1,53 @@
title: Jouer
icon: play
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:
label: Jeux
icon: grid
sections:
games_list:
type: pages
headline: Liste des jeux
layout: cards
size: medium
image:
cover: true
template: game
info: "{{ page.status_label }}"
create: game
# SEO
seo:
label: SEO
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