Skip to content

Commit

Permalink
let's not remove divs. fixes #609'
Browse files Browse the repository at this point in the history
  • Loading branch information
GBH committed Mar 5, 2015
1 parent ccbed33 commit b885e6b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/assets/javascripts/comfy/admin/cms/base.js.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,12 @@ window.CMS.wysiwyg = ->
imageManagerJson: "#{CMS.file_upload_path}?source=redactor&type=image"
fileUpload: "#{CMS.file_upload_path}?source=redactor&type=file&#{params}"
fileManagerJson: "#{CMS.file_upload_path}?source=redactor&type=file"
definedLinks: "#{CMS.pages_path}?source=redactor"
buttonSource: true
formatting: ['p', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6']
formatting: ['p', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6']
plugins: ['imagemanager', 'filemanager', 'table', 'video', 'definedlinks']
lang: CMS.locale
definedLinks: "#{CMS.pages_path}?source=redactor"
convertDivs: false


window.CMS.codemirror = ->
Expand Down

0 comments on commit b885e6b

Please sign in to comment.