panel > site : menu images
All checks were successful
Deploy / Deploy to Production (push) Successful in 20s
All checks were successful
Deploy / Deploy to Production (push) Successful in 20s
This commit is contained in:
parent
2cefdd8867
commit
75330bea7b
9 changed files with 75 additions and 44 deletions
|
|
@ -1,5 +1,9 @@
|
|||
title: À propos
|
||||
icon: users
|
||||
icon: info
|
||||
image:
|
||||
back: #fff
|
||||
color: var(--color-green)
|
||||
query: false
|
||||
status:
|
||||
draft:
|
||||
label: Brouillon
|
||||
|
|
|
|||
|
|
@ -1,5 +1,9 @@
|
|||
title: Blog
|
||||
icon: text
|
||||
icon: blog
|
||||
image:
|
||||
back: #fff
|
||||
color: var(--color-green)
|
||||
query: false
|
||||
status:
|
||||
draft:
|
||||
label: Brouillon
|
||||
|
|
|
|||
|
|
@ -1,5 +1,8 @@
|
|||
title: Expertise
|
||||
icon: wand
|
||||
icon: text-left
|
||||
image:
|
||||
back: #fff
|
||||
color: var(--color-green)
|
||||
status:
|
||||
draft:
|
||||
label: Brouillon
|
||||
|
|
|
|||
|
|
@ -1,5 +1,8 @@
|
|||
title: Jouer
|
||||
icon: play
|
||||
icon: game-pad
|
||||
image:
|
||||
back: #ffffff
|
||||
color: var(--color-green)
|
||||
status:
|
||||
draft:
|
||||
label: Brouillon
|
||||
|
|
|
|||
|
|
@ -1,5 +1,9 @@
|
|||
title: Portfolio
|
||||
icon: images
|
||||
icon: stack
|
||||
image:
|
||||
back: #ffffff
|
||||
query: false
|
||||
color: var(--color-green)
|
||||
status:
|
||||
draft:
|
||||
label: Brouillon
|
||||
|
|
|
|||
|
|
@ -1,5 +1,9 @@
|
|||
title: Livres blancs
|
||||
icon: book
|
||||
image:
|
||||
back: #fff
|
||||
color: var(--color-green)
|
||||
query: false
|
||||
status:
|
||||
draft:
|
||||
label: Brouillon
|
||||
|
|
|
|||
|
|
@ -15,6 +15,44 @@ tabs:
|
|||
sortable: true
|
||||
create: false
|
||||
status: listed
|
||||
contactFields:
|
||||
type: fields
|
||||
fields:
|
||||
contactEmail:
|
||||
label: Email
|
||||
type: email
|
||||
width: 1/2
|
||||
translate: false
|
||||
contactAddress:
|
||||
label: Adresse
|
||||
type: writer
|
||||
buttons: false
|
||||
nodes: false
|
||||
width: 1/2
|
||||
placeholder: 33 rue Jean Dupont
|
||||
socialLinks:
|
||||
label: Liens réseaux sociaux
|
||||
type: structure
|
||||
translate: false
|
||||
fields:
|
||||
label:
|
||||
label: Nom
|
||||
required: true
|
||||
type: text
|
||||
width: 1/3
|
||||
placeholder: "Ex: LinkedIn, Instagram..."
|
||||
url:
|
||||
label: URL
|
||||
required: true
|
||||
type: url
|
||||
width: 1/3
|
||||
picto:
|
||||
label: Icône SVG
|
||||
type: textarea
|
||||
width: 1/3
|
||||
buttons: false
|
||||
size: small
|
||||
help: Collez le code SVG de l'icône
|
||||
|
||||
- width: 1/2
|
||||
fields:
|
||||
|
|
@ -37,44 +75,6 @@ tabs:
|
|||
max: 1
|
||||
help: Utilisé en pied de page (page À propos, Blog et Article).
|
||||
|
||||
- width: 1/2
|
||||
fields:
|
||||
contactEmail:
|
||||
label: Email
|
||||
type: email
|
||||
width: 1/2
|
||||
translate: false
|
||||
contactAddress:
|
||||
label: Adresse
|
||||
type: writer
|
||||
buttons: false
|
||||
nodes: false
|
||||
width: 1/2
|
||||
placeholder: 33 rue Jean Dupont
|
||||
socialLinks:
|
||||
label: Liens réseaux sociaux
|
||||
type: structure
|
||||
translate: false
|
||||
fields:
|
||||
label:
|
||||
label: Nom
|
||||
required: true
|
||||
type: text
|
||||
width: 1/3
|
||||
placeholder: "Ex: LinkedIn, Instagram..."
|
||||
url:
|
||||
label: URL
|
||||
required: true
|
||||
type: url
|
||||
width: 1/3
|
||||
picto:
|
||||
label: Icône SVG
|
||||
type: textarea
|
||||
width: 1/3
|
||||
buttons: false
|
||||
size: small
|
||||
help: Collez le code SVG de l'icône
|
||||
|
||||
- width: 1/2
|
||||
sections:
|
||||
contact:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue