Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TinyMCE inline mode Link/Image modal fix #364

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
@@ -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"
},
@@ -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
@@ -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"
Loading