Enable french local on rich textarea
This commit is contained in:
parent
dd03b96e0c
commit
3ebdab23a9
2 changed files with 2 additions and 2 deletions
|
@ -3,6 +3,6 @@ $(document).on('page:load', wysihtml5_active);
|
||||||
|
|
||||||
function wysihtml5_active (){
|
function wysihtml5_active (){
|
||||||
$('.wysihtml5').each(function(i, elem) {
|
$('.wysihtml5').each(function(i, elem) {
|
||||||
$(elem).wysihtml5({ toolbar:{ "fa": true, "link": false } });
|
$(elem).wysihtml5({ toolbar:{ "fa": true, "link": false, "color": true }, "locale": "fr-FR" });
|
||||||
});
|
});
|
||||||
}
|
}
|
|
@ -18,10 +18,10 @@
|
||||||
*= require leaflet
|
*= require leaflet
|
||||||
*= require font-awesome
|
*= require font-awesome
|
||||||
*= require franceconnect
|
*= require franceconnect
|
||||||
|
*= require bootstrap-wysihtml5
|
||||||
*/
|
*/
|
||||||
@import "bootstrap-sprockets";
|
@import "bootstrap-sprockets";
|
||||||
@import "bootstrap";
|
@import "bootstrap";
|
||||||
@import "bootstrap-wysihtml5/bootstrap3-wysihtml5";
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: rgb(255, 255, 255);
|
background-color: rgb(255, 255, 255);
|
||||||
|
|
Loading…
Add table
Reference in a new issue