mise en place du début du back
This commit is contained in:
parent
5210d78d7d
commit
c1c4fda329
22 changed files with 1595 additions and 4 deletions
53
site/blueprints/pages/jouer.yml
Normal file
53
site/blueprints/pages/jouer.yml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue