ajout des réseaux sociaux
This commit is contained in:
parent
2c5bcbd446
commit
65795036ee
1 changed files with 25 additions and 3 deletions
|
@ -47,9 +47,10 @@ collections:
|
||||||
name: params
|
name: params
|
||||||
widget: object
|
widget: object
|
||||||
fields:
|
fields:
|
||||||
- label: Couleur du thème
|
- label: Couleur du fond
|
||||||
name: background_color_class
|
name: background_color_class
|
||||||
widget: 'select'
|
widget: select
|
||||||
|
hint: Pour choisir la couleur du fond
|
||||||
options:
|
options:
|
||||||
- label: 'Rouge'
|
- label: 'Rouge'
|
||||||
value: 'bg-red'
|
value: 'bg-red'
|
||||||
|
@ -60,4 +61,25 @@ collections:
|
||||||
- label: 'Violet'
|
- label: 'Violet'
|
||||||
value: 'bg-purple'
|
value: 'bg-purple'
|
||||||
- label: '<img class="fit-picture" src="/media/cc0-images/grapefruit-slice-332-332.jpg" alt="Grapefruit slice atop a pile of other slices" />'
|
- label: '<img class="fit-picture" src="/media/cc0-images/grapefruit-slice-332-332.jpg" alt="Grapefruit slice atop a pile of other slices" />'
|
||||||
value: 'bg-orange'
|
value: 'bg-orange'
|
||||||
|
- label: 'Réseaux sociaux'
|
||||||
|
name: ananke_socials
|
||||||
|
widget: list
|
||||||
|
collapsed: true
|
||||||
|
summary: '{{fields.name}}'
|
||||||
|
add_to_top: false
|
||||||
|
label_singular: 'Ajouter un réseau'
|
||||||
|
fields:
|
||||||
|
- label: 'Réseau social'
|
||||||
|
name: name
|
||||||
|
widget: select
|
||||||
|
options:
|
||||||
|
- label: 'Facebook'
|
||||||
|
value: 'facebook'
|
||||||
|
- label: 'LinkedIn'
|
||||||
|
value: 'linkedin'
|
||||||
|
- name: 'Lien du compte'
|
||||||
|
label: url
|
||||||
|
widget: string
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue