Skip to content

Commit

Permalink
Set tinymce to to last version
Browse files Browse the repository at this point in the history
  • Loading branch information
mklkj committed Apr 23, 2019
1 parent e174f55 commit f2c4d45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"homepage": "http://www.responsivefilemanager.com/",
"devDependencies": {
"gulp": "^3.9.1",
"tinymce": "^4.9.3",
"tinymce": "^5.0.4",
"laravel-elixir": "*"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion tinymce-demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<script>
tinymce.init({
mode: "specific_textareas",
theme: "modern",
theme: "silver", // tinymce4 - modern
selector: "textarea",
relative_urls: false,
entity_encoding: "raw",
Expand Down

0 comments on commit f2c4d45

Please sign in to comment.