Skip to content

Commit

Permalink
pkp/pkp-lib#9366 Upgrade tinymce from v6 to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
blesildaramirez committed Jan 13, 2025
1 parent 0f3348c commit b77499d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"pinia": "^2.1.7",
"primevue": "^4.0.5",
"tiny-emitter": "^2.1.0",
"tinymce": "^6.1.0",
"tinymce": "^7.6.0",
"uuid": "^9.0.0",
"vue": "^3.3.8",
"vue-chartjs": "^5.2.0",
Expand Down
1 change: 1 addition & 0 deletions src/components/Form/fields/FieldRichTextarea.vue
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ export default {
return url;
};
return {
license_key: 'gpl',
skin_url: this.$root?.tinyMCE?.skinUrl || pkp?.tinyMCE?.skinUrl,
content_css: $.pkp.app.tinyMceContentCSS,
paste_data_images: true,
Expand Down

0 comments on commit b77499d

Please sign in to comment.