tinymce-rails
tinymce-rails copied to clipboard
code_dialog_height not implemented
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