play page : add dynamical coming soon status. related to #37
All checks were successful
Deploy / Deploy to Production (push) Successful in 21s
All checks were successful
Deploy / Deploy to Production (push) Successful in 21s
This commit is contained in:
parent
f087260398
commit
80a7b41112
13 changed files with 99 additions and 48 deletions
|
|
@ -1,7 +1,7 @@
|
|||
title: À propos
|
||||
icon: info
|
||||
image:
|
||||
back: #fff
|
||||
back: rgba(0,0,0, 0)
|
||||
color: var(--color-green)
|
||||
query: false
|
||||
options:
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
title: Blog
|
||||
icon: blog
|
||||
image:
|
||||
back: #fff
|
||||
back: rgba(0,0,0, 0)
|
||||
color: var(--color-green)
|
||||
query: false
|
||||
options:
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
title: Expertise
|
||||
icon: text-left
|
||||
image:
|
||||
back: #fff
|
||||
back: rgba(0,0,0, 0)
|
||||
color: var(--color-green)
|
||||
options:
|
||||
delete: false
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@ tabs:
|
|||
translate: false
|
||||
image:
|
||||
ratio: 1/1
|
||||
back: rgba(0,0,0, 0)
|
||||
uploads:
|
||||
template: image
|
||||
help: Pour le carousel de navigation parmi les jeux
|
||||
|
|
@ -40,10 +41,11 @@ tabs:
|
|||
translate: false
|
||||
layout: cards
|
||||
size: tiny
|
||||
image:
|
||||
back: rgba(0,0,0, 0)
|
||||
uploads:
|
||||
template: image
|
||||
help: Affiché au-dessus de la description
|
||||
width: 1/3
|
||||
- width: 3/10
|
||||
fields:
|
||||
description:
|
||||
|
|
@ -64,28 +66,26 @@ tabs:
|
|||
help: Laissez vide pour afficher "à venir / coming soon"
|
||||
translate: false
|
||||
type: url
|
||||
|
||||
- width: 3/10
|
||||
sections:
|
||||
previewCol:
|
||||
type: fields
|
||||
fields:
|
||||
backgroundColor:
|
||||
label: Couleur d'arrière plan
|
||||
type: code-editor
|
||||
language: css
|
||||
size: custom-size
|
||||
default: radial-gradient(circle at 20% 80%, rgb(240, 154, 110) 0%, rgb(233, 101, 122) 100%)
|
||||
translate: false
|
||||
help: À remplir avec la valeur de la propriété CSS `background-color` souhaitée
|
||||
preview:
|
||||
label: Aperçu
|
||||
type: files
|
||||
layout: cards
|
||||
multiple: false
|
||||
translate: false
|
||||
uploads:
|
||||
template: image
|
||||
help: Image affichée à droite de la description (sur ordinateur uniquement)
|
||||
fields:
|
||||
preview:
|
||||
label: Aperçu
|
||||
type: files
|
||||
layout: cards
|
||||
multiple: false
|
||||
translate: false
|
||||
image:
|
||||
back: rgba(0,0,0, 0)
|
||||
uploads:
|
||||
template: image
|
||||
help: Image affichée à droite de la description (sur ordinateur uniquement)
|
||||
backgroundColor:
|
||||
label: Couleur d'arrière plan
|
||||
type: code-editor
|
||||
language: css
|
||||
size: custom-size
|
||||
default: radial-gradient(circle at 20% 80%, rgb(240, 154, 110) 0%, rgb(233, 101, 122) 100%)
|
||||
translate: false
|
||||
help: À remplir avec la valeur de la propriété CSS `background-color` souhaitée
|
||||
|
||||
seo: seo/page
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
title: Jouer
|
||||
icon: game-pad
|
||||
image:
|
||||
back: #ffffff
|
||||
back: rgba(0,0,0, 0)fff
|
||||
color: var(--color-green)
|
||||
options:
|
||||
delete: false
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
title: Portfolio
|
||||
icon: stack
|
||||
image:
|
||||
back: #ffffff
|
||||
back: rgba(0,0,0, 0)fff
|
||||
query: false
|
||||
color: var(--color-green)
|
||||
options:
|
||||
|
|
|
|||
|
|
@ -100,7 +100,7 @@ tabs:
|
|||
translate: false
|
||||
image:
|
||||
ratio: 1/1
|
||||
back: #ffffff
|
||||
back: rgba(0,0,0, 0)fff
|
||||
uploads:
|
||||
template: image
|
||||
help: Écran de jeu mis en situation sur un appareil
|
||||
|
|
@ -140,7 +140,7 @@ tabs:
|
|||
accept: image/*
|
||||
translate: false
|
||||
image:
|
||||
back: #ffffff
|
||||
back: rgba(0,0,0, 0)fff
|
||||
uploads:
|
||||
template: image
|
||||
help: |
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
title: Livres blancs
|
||||
icon: book
|
||||
image:
|
||||
back: #fff
|
||||
back: rgba(0,0,0, 0)
|
||||
color: var(--color-green)
|
||||
query: false
|
||||
options:
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@ tabs:
|
|||
type: files
|
||||
layout: cards
|
||||
image:
|
||||
back: #fff
|
||||
back: rgba(0,0,0, 0)
|
||||
max: 1
|
||||
help: Utilisé en pied de page (page À propos, Blog et Article).
|
||||
- width: 3/4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue