pimcore_WYSIWYG not working after upgrade #17565
Unanswered
ewolfMM
asked this question in
Q&A / Support
Replies: 1 comment
-
I had a similar problem. If the text in a WYSIWYG field was changed and save was clicked, it was not saved when the content element was reloaded. In the object editor I had this Editor Configuration:
After I removed the plugins line, it worked. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We got a problem: Wysiwyg content not being saved to database.
if using {{ pimcore_wysiwyg("myWYSIWYG", {
"height": 600,
"width": 1100,
"placeholder": "Enter you content"
}) }} in out template, enter some content and publish, nothing is being saved to the database. after a reload the editor field remains empty. Bundle is registered. ideas?
Beta Was this translation helpful? Give feedback.
All reactions