diff --git a/static/admin/config.yml b/static/admin/config.yml index 198b2ff..ea7e19e 100644 --- a/static/admin/config.yml +++ b/static/admin/config.yml @@ -47,4 +47,17 @@ collections: name: params widget: object fields: - - { label: Couleur du thème, name: background_color_class, widget: 'select', options: [{ label: 'Rouge', value: 'bg-red'},{ label: 'Bleu', value: 'bg-blue'},{ label: 'Vert', value: 'bg-green'},{ label: 'Violet', value: 'bg-purple'}] } \ No newline at end of file + - label: Couleur du thème + name: background_color_class + widget: 'select' + options: + - label: 'Rouge' + value: 'bg-red' + - label: 'Bleu' + value: 'bg-blue' + - label: 'Vert' + value: 'bg-green' + - label: 'Violet' + value: 'bg-purple' + - label: 'Grapefruit slice atop a pile of other slices' + value: 'bg-orange' \ No newline at end of file