-
-
Notifications
You must be signed in to change notification settings - Fork 194
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
Add option to enable TinyMCE inline mode #3408
Conversation
This may require changes in mockup (or widget). Currently it fails with:
It also requires a upgrade-step that updates the registry. |
… namespace via the bundle.
PLIP 3211 - Remove support for conditional comments in script and style tags. It's not supported since IE10. See: https://en.wikipedia.org/wiki/Conditional_comment
Add a JavaScript global variable ``__patternslib_public_path__`` to define the path for webpack chunks which are dynamically imported.
…such a dependency of plone.staticresources.
… uses. NOTE: the hardcoded SCSS variable from mockup still takes precedence. It's also raised to 220px.
… no need to set __patternslib_public_path__ anymore.
…handling for bundles/resources. Needs revisiting and reimplenentation following PLIP proposal.
… and remove it from here.
7924533
to
2ea4f91
Compare
b966da2
to
b5118f9
Compare
Obsolete since more mork would be needed. See #3465 |
@pbauer I would want to give this another try. I recently did an example for a different project to enable inline editing among some other tiny customizations (to actually enable TinyMCE in collective.z3cform.datagridfield). This is for Plone 5 - maybe we need some adaptions for the tinymce pattern in Plone 6 to allow inline editing. This is it:
|
Follow up: #3465 |
No description provided.