diff --git a/static/admin/config.yml b/static/admin/config.yml index ea7e19e..c69c848 100644 --- a/static/admin/config.yml +++ b/static/admin/config.yml @@ -47,9 +47,10 @@ collections: name: params widget: object fields: - - label: Couleur du thème + - label: Couleur du fond name: background_color_class - widget: 'select' + widget: select + hint: Pour choisir la couleur du fond options: - label: 'Rouge' value: 'bg-red' @@ -60,4 +61,25 @@ collections: - label: 'Violet' value: 'bg-purple' - label: 'Grapefruit slice atop a pile of other slices' - value: 'bg-orange' \ No newline at end of file + 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 + +