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
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue