spohlenz / tinymce-rails

Integration of TinyMCE with the Rails asset pipeline
Other
815 stars 256 forks source link

code_dialog_height not implemented #202

Open Brotakuu opened 8 years ago

Brotakuu commented 8 years ago

According to docs, codesample has the following option: code_dialog_height and code_dialog_width (https://www.tinymce.com/docs/plugins/code/#code_dialog_height).

Neither has effect when added to the config tinymce.yml.

menubar: false
code_dialog_height: 10
toolbar: bold italic | bullist numlist codesample blockquote | image link 
plugins:
  - image
  - link
  - codesample