// Adding some style to tinymce

This commit is contained in:
Jerome Nadaud
2013-11-25 19:05:58 +01:00
parent 695aaa73fb
commit 47b7bf5458
+5 -1
View File
@@ -32,7 +32,11 @@ function tinySetup(config)
file_browser_callback : "ajaxfilemanager",
entity_encoding: "raw",
convert_urls : false,
language : iso
language : iso,
style_formats : [
{title : 'Bold text', inline : 'b'},
{title : 'header', block : 'h1'},
]
}
$.each(default_config, function(index, el)