From 774276715637e076eb2360a5198909cb0156c488 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Tue, 20 Sep 2016 10:23:10 +0200 Subject: [PATCH] Add the white buttons to TinyMCE --- app/organization/core/static/js/tinymce_setup.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/organization/core/static/js/tinymce_setup.js b/app/organization/core/static/js/tinymce_setup.js index 6f627411..d9f2a70e 100644 --- a/app/organization/core/static/js/tinymce_setup.js +++ b/app/organization/core/static/js/tinymce_setup.js @@ -74,7 +74,10 @@ jQuery(function($) { { title: 'Boutons Jaune XSmall', selector: 'a', classes: 'wys-button-xsmall'}, { title: 'Boutons Noir', selector: 'a', classes: 'wys-button-black'}, { title: 'Boutons Noir Small', selector: 'a', classes: 'wys-button-black-small'}, - { title: 'Boutons Noir XSmall', selector: 'a', classes: 'wys-button-black-xsmall'} + { title: 'Boutons Noir XSmall', selector: 'a', classes: 'wys-button-black-xsmall'}, + { title: 'Boutons Blanc', selector: 'a', classes: 'wys-button-white'}, + { title: 'Boutons Blanc Small', selector: 'a', classes: 'wys-button-white-small'}, + { title: 'Boutons Blanc XSmall', selector: 'a', classes: 'wys-button-white-xsmall'} ] } ], -- 2.39.5