Set default font size to 14 for tinymce
This commit is contained in:
@@ -23,6 +23,10 @@ tinyMCE.init({
|
||||
width: "60%",
|
||||
height: "400",
|
||||
|
||||
theme_advanced_font_sizes: "14px,16px,18px,20px",
|
||||
font_size_style_values : "14px,16px,18px,20px",
|
||||
content_css : "../../static/js/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/custom_content.css",
|
||||
|
||||
external_image_list_url : external_list,
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user