From: Jérémy Fabre Date: Tue, 20 Sep 2016 08:23:10 +0000 (+0200) Subject: Add the white buttons to TinyMCE X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=774276715637e076eb2360a5198909cb0156c488;p=mezzo.git Add the white buttons to TinyMCE --- 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'} ] } ],