Skip to content

Commit

Permalink
Merge pull request #364 from plone/petschki-tinymce-inline-fix
Browse files Browse the repository at this point in the history
TinyMCE inline mode Link/Image modal fix
  • Loading branch information
petschki authored Jan 25, 2025
2 parents 6d90bb5 + 4591f21 commit 806566f
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 15 deletions.
2 changes: 2 additions & 0 deletions news/364.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Fix TinyMCE Link/Image modal in inline mode. (mockup==5.2.0-beta.3)
[petschki]
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"stats": "NODE_ENV=production webpack --config webpack.config.js --json > stats.json"
},
"dependencies": {
"@plone/mockup": "5.2.0-beta.2",
"@plone/mockup": "5.2.0-beta.3",
"bootstrap-icons": "1.11.3",
"svg-country-flags": "git+https://github.com/hampusborgos/country-flags.git"
},
Expand Down Expand Up @@ -40,5 +40,6 @@
},
"browserslist": [
"defaults"
]
],
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
4 changes: 2 additions & 2 deletions src/plone/staticresources/static/bundle-plone/bundle.min.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

This file was deleted.

4 changes: 2 additions & 2 deletions src/plone/staticresources/static/bundle-plone/remote.min.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1850,10 +1850,10 @@
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==

"@plone/mockup@5.2.0-beta.2":
version "5.2.0-beta.2"
resolved "https://registry.yarnpkg.com/@plone/mockup/-/mockup-5.2.0-beta.2.tgz#26a38994a60a63bb03ff31463e0bddfc53102c59"
integrity sha512-QRkjfQLVuLQscju4l8QGd3APQGsOFH11QMENL0T+bz4AeZqip5vSPrQkrXopXgHuctNMSsBuOsITrRcic1I8oQ==
"@plone/mockup@5.2.0-beta.3":
version "5.2.0-beta.3"
resolved "https://registry.yarnpkg.com/@plone/mockup/-/mockup-5.2.0-beta.3.tgz#87192bf27820e7b3edaa8d72d1495f9e249badaf"
integrity sha512-FYctjaR0gcfYK9Ff5z/zroE/CxvhowIKe5ZZvI1Vao4dU3OEuB/cpk7wpLjB73gpCiAAveBPtyN4wL0WawkOtA==
dependencies:
"@11ty/eleventy-upgrade-help" "2"
"@patternslib/pat-code-editor" "4.0.1"
Expand Down

0 comments on commit 806566f

Please sign in to comment.