comparison static/js/tiny_mce_init_std.js @ 486:7854d75427af

For #233, add a meta description field for news stories. This field will get put in the open graph meta tag for better descriptions when shared on social media sites.
author Brian Neal <bgneal@gmail.com>
date Tue, 18 Oct 2011 23:23:42 +0000
parents 6c182ceb7147
children e22a5228cc02
comparison
equal deleted inserted replaced
485:7c69b1449d7a 486:7854d75427af
1 tinyMCE.init({ 1 tinyMCE.init({
2 mode : "textareas", 2 mode : "specific_textareas",
3 editor_deselector: "mceNoEditor",
3 theme : "advanced", 4 theme : "advanced",
4 convert_urls: false, 5 convert_urls: false,
5 theme_advanced_toolbar_location : "top", 6 theme_advanced_toolbar_location : "top",
6 theme_advanced_toolbar_align : "left", 7 theme_advanced_toolbar_align : "left",
7 theme_advanced_buttons1 : "fullscreen,|,preview,|,bold,italic,underline,strikethrough,|,bullist,numlist,outdent,indent,|,undo,redo,|,link,unlink,anchor,|,image,cleanup,help,|,code", 8 theme_advanced_buttons1 : "fullscreen,|,preview,|,bold,italic,underline,strikethrough,|,bullist,numlist,outdent,indent,|,undo,redo,|,link,unlink,anchor,|,image,cleanup,help,|,code",