plone / plone.app.widgets

Integrating plone.widgets into plone
Other
7 stars 38 forks source link

Remove Plone 5 specific code in 1.x branch and add some convenience #164

Closed petschki closed 7 years ago

petschki commented 7 years ago

1.x branch is definitely only for Plone <5 ... so we can get rid of the zcml conditions checking for plone-5.

additionally I'd like to add some convenience for addon products (like collective.cover) to auto-enable RichWidget for plone.app.textfield Fields. Right now the RichTextFieldWidget adapter for p.a.textfield is only enabled, if plone.app.contenttypes is not installed ... it would make much more sense, if the p.a.widgets RichWidget is generally mapped to p.a.textfield RichTextField ... then p.a.contenttypes gets the widget automatically.