correction des field block de experise, blog, article
All checks were successful
Deploy / Deploy to Production (push) Successful in 10s
All checks were successful
Deploy / Deploy to Production (push) Successful in 10s
This commit is contained in:
parent
01f6dffd0e
commit
5e89244030
5 changed files with 71 additions and 47 deletions
|
|
@ -33,15 +33,32 @@ tabs:
|
||||||
label: corps
|
label: corps
|
||||||
type: blocks
|
type: blocks
|
||||||
fieldsets:
|
fieldsets:
|
||||||
- type: text
|
heading:
|
||||||
|
extends: blocks/heading
|
||||||
|
fields:
|
||||||
|
level:
|
||||||
|
default: h3
|
||||||
|
options:
|
||||||
|
h3: Titre H3
|
||||||
|
text:
|
||||||
extends: blocks/text
|
extends: blocks/text
|
||||||
fields:
|
fields:
|
||||||
text:
|
text:
|
||||||
type: writer
|
marks:
|
||||||
nodes:
|
- bold
|
||||||
- heading
|
- italic
|
||||||
headings:
|
- green
|
||||||
- h3
|
- pixel
|
||||||
|
- underline
|
||||||
|
- strike
|
||||||
|
- clear
|
||||||
|
- link
|
||||||
|
list:
|
||||||
|
extends: blocks/list
|
||||||
|
image:
|
||||||
|
extends: blocks/image
|
||||||
|
video:
|
||||||
|
extends: blocks/video
|
||||||
team:
|
team:
|
||||||
type: files
|
type: files
|
||||||
label: Membres de l'équipe
|
label: Membres de l'équipe
|
||||||
|
|
|
||||||
|
|
@ -42,11 +42,32 @@ tabs:
|
||||||
label: Contenu de l'article
|
label: Contenu de l'article
|
||||||
type: blocks
|
type: blocks
|
||||||
fieldsets:
|
fieldsets:
|
||||||
- heading
|
heading:
|
||||||
- text
|
extends: blocks/heading
|
||||||
- list
|
fields:
|
||||||
- image
|
level:
|
||||||
- video
|
default: h3
|
||||||
|
options:
|
||||||
|
h3: Titre H3
|
||||||
|
text:
|
||||||
|
extends: blocks/text
|
||||||
|
fields:
|
||||||
|
text:
|
||||||
|
marks:
|
||||||
|
- bold
|
||||||
|
- italic
|
||||||
|
- green
|
||||||
|
- pixel
|
||||||
|
- underline
|
||||||
|
- strike
|
||||||
|
- clear
|
||||||
|
- link
|
||||||
|
list:
|
||||||
|
extends: blocks/list
|
||||||
|
image:
|
||||||
|
extends: blocks/image
|
||||||
|
video:
|
||||||
|
extends: blocks/video
|
||||||
|
|
||||||
# Sidebar
|
# Sidebar
|
||||||
sidebar:
|
sidebar:
|
||||||
|
|
@ -59,6 +80,7 @@ tabs:
|
||||||
date:
|
date:
|
||||||
label: Date de publication
|
label: Date de publication
|
||||||
type: date
|
type: date
|
||||||
|
display: DD/MM/YYYY
|
||||||
required: true
|
required: true
|
||||||
default: today
|
default: today
|
||||||
translate: false
|
translate: false
|
||||||
|
|
|
||||||
|
|
@ -30,8 +30,7 @@ tabs:
|
||||||
label: Articles
|
label: Articles
|
||||||
type: pages
|
type: pages
|
||||||
headline: Liste des articles
|
headline: Liste des articles
|
||||||
layout: cards
|
layout: cardlets
|
||||||
size: medium
|
|
||||||
image:
|
image:
|
||||||
cover: true
|
cover: true
|
||||||
template: article
|
template: article
|
||||||
|
|
|
||||||
|
|
@ -30,6 +30,20 @@ tabs:
|
||||||
label: corps
|
label: corps
|
||||||
type: blocks
|
type: blocks
|
||||||
fieldsets:
|
fieldsets:
|
||||||
- text
|
text:
|
||||||
- list
|
extends: blocks/text
|
||||||
type: blocks
|
fields:
|
||||||
|
text:
|
||||||
|
marks:
|
||||||
|
- bold
|
||||||
|
- italic
|
||||||
|
- green
|
||||||
|
- pixel
|
||||||
|
- underline
|
||||||
|
- strike
|
||||||
|
- clear
|
||||||
|
- link
|
||||||
|
nodes:
|
||||||
|
- heading
|
||||||
|
headings:
|
||||||
|
- 3
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ columns:
|
||||||
- width: 2/3
|
- width: 2/3
|
||||||
sections:
|
sections:
|
||||||
# Informations principales
|
# Informations principales
|
||||||
info:
|
main:
|
||||||
type: fields
|
type: fields
|
||||||
fields:
|
fields:
|
||||||
description:
|
description:
|
||||||
|
|
@ -36,8 +36,7 @@ columns:
|
||||||
# Sidebar
|
# Sidebar
|
||||||
- width: 1/3
|
- width: 1/3
|
||||||
sections:
|
sections:
|
||||||
# Visuel
|
info:
|
||||||
visual:
|
|
||||||
type: fields
|
type: fields
|
||||||
fields:
|
fields:
|
||||||
thumbnail:
|
thumbnail:
|
||||||
|
|
@ -66,36 +65,9 @@ columns:
|
||||||
uploads:
|
uploads:
|
||||||
template: image
|
template: image
|
||||||
help: Image affichée en arrière-plan quand le jeu est sélectionné
|
help: Image affichée en arrière-plan quand le jeu est sélectionné
|
||||||
badge:
|
|
||||||
label: Badge
|
|
||||||
type: tags
|
|
||||||
max: 1
|
|
||||||
translate: false
|
|
||||||
options:
|
|
||||||
- NEW
|
|
||||||
- Populaire
|
|
||||||
help: Choisissez une suggestion ou tapez votre propre badge
|
|
||||||
|
|
||||||
# Statut
|
|
||||||
status:
|
|
||||||
type: fields
|
|
||||||
fields:
|
|
||||||
game_status:
|
|
||||||
label: Statut du jeu
|
|
||||||
type: select
|
|
||||||
required: true
|
|
||||||
default: available
|
|
||||||
translate: false
|
|
||||||
options:
|
|
||||||
available: Disponible
|
|
||||||
coming_soon: Bientôt disponible
|
|
||||||
maintenance: En maintenance
|
|
||||||
# Liens
|
|
||||||
links:
|
|
||||||
type: fields
|
|
||||||
fields:
|
|
||||||
play_links:
|
play_links:
|
||||||
label: Lien(s) pour jouer
|
label: Lien(s) pour jouer
|
||||||
|
help: sans lien renseigner, le jeu aura une étiquette "coming soon"
|
||||||
type: structure
|
type: structure
|
||||||
fields:
|
fields:
|
||||||
link_label:
|
link_label:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue