You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am testing Euphorie 15.1.1 (Plone 5.2). Normal buildout from the Euphorie repository '15.1.1' tag, with nothing else.
After my setup, when trying to add content, for example 'Page', as a site administrator, I get the following behavior:
The wysiwyg widget for the Description field is not showing up. + The console is showing the warning "DeprecationWarning: plone.app.z3cform.wysiwyg.WysiwygFieldWidget is deprecated andwill be removed in Plone 5.1".
This happens for other cases (such as Risk, if I recall correct).
Also, in the code we are defining the WysiwygFieldWidget for the body field, which follows the description field in that form, and the widget for the body field is rendered and working. It is as if it is not possible to have the widget rended twice on the same page.
Anyone experienced this? Any ideas?
PS: I am thinking that wysiwyg widget could be replaced by the one provided by plone.app.z3cform.widgets.richtext, but that does not seem a trivial change due to the versions compatibilities between many dependencies involved.
The text was updated successfully, but these errors were encountered:
kamon
changed the title
WysiwygFieldWidget for Description widget not being rendered in the add form for several content types
Widget for Description field not being rendered in the add form for several content types
Jan 15, 2024
Hi,
I am testing Euphorie 15.1.1 (Plone 5.2). Normal buildout from the Euphorie repository '15.1.1' tag, with nothing else.
After my setup, when trying to add content, for example 'Page', as a site administrator, I get the following behavior:
The wysiwyg widget for the Description field is not showing up. + The console is showing the warning "DeprecationWarning: plone.app.z3cform.wysiwyg.WysiwygFieldWidget is deprecated andwill be removed in Plone 5.1".
This happens for other cases (such as Risk, if I recall correct).
Also, in the code we are defining the WysiwygFieldWidget for the body field, which follows the description field in that form, and the widget for the body field is rendered and working. It is as if it is not possible to have the widget rended twice on the same page.
Anyone experienced this? Any ideas?
PS: I am thinking that wysiwyg widget could be replaced by the one provided by plone.app.z3cform.widgets.richtext, but that does not seem a trivial change due to the versions compatibilities between many dependencies involved.
The text was updated successfully, but these errors were encountered: