Skip to content

Commit

Permalink
Merge pull request #1353 from tvdeyen/tinymce-update
Browse files Browse the repository at this point in the history
Update bundled TinyMCE to 4.7.5
  • Loading branch information
tvdeyen authored Jan 23, 2018
2 parents 7e02913 + c5f4f08 commit cd9aa31
Show file tree
Hide file tree
Showing 10 changed files with 1,041 additions and 806 deletions.
10 changes: 9 additions & 1 deletion app/assets/stylesheets/tinymce/skins/alchemy/skin.min.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -446,9 +446,17 @@ div.mce-fullscreen {

.mce-btn {
border-radius: $default-border-radius;
border: 0 none;

button {
padding: 0.5em 1.5em;
padding: 0.3em 1.5em;
width: auto !important;
height: auto !important;
border: 1px solid $button-border-color;
}

.mce-txt {
vertical-align: middle;
}
}
}
Expand Down
3 changes: 2 additions & 1 deletion lib/alchemy/tinymce.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ module Tinymce
convert_urls: false,
entity_encoding: 'raw',
paste_as_text: true,
element_format: 'html'
element_format: 'html',
branding: false
}

class << self
Expand Down
Loading

0 comments on commit cd9aa31

Please sign in to comment.