Skip to content

Commit

Permalink
Removed missing flash plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
cykod committed Oct 18, 2010
1 parent 0560054 commit 6146aca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/javascripts/cms_form_editor.js
Expand Up @@ -5,12 +5,12 @@ var mceDefaultOptions = {
mode: 'specific_textareas',
editor_selector: 'cmsFormMceEditor',
valid_elements: "*[*]",
plugins: 'table,filemanager,advimage,advlink,flash,paste',
plugins: 'table,filemanager,advimage,advlink,paste',
extend_valid_elements: 'a[name|href|target|title|onclick]',
theme_advanced_buttons1 : "bold,italic,underline,separator,strikethrough,justifyleft,justifycenter,justifyright,justifyfull,bullist,numlist,outdent,indent,undo,redo,pastetext,pasteword,anchor,link,unlink,image,filemanager,hr",
theme_advanced_buttons2 : "forecolor,backcolor,formatselect,fontselect,fontsizeselect,styleselect",
theme_advanced_blockformats: "p,div,h1,h2,h3,h4,h5,h6,blockquote,dt,dd,code,samp",
theme_advanced_buttons3 : "flash,tablecontrols,code",
theme_advanced_buttons3 : "tablecontrols,code",
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align: 'left',
external_link_list_url: "/website/edit/links",
Expand Down

0 comments on commit 6146aca

Please sign in to comment.