While updateing to the new z3c.form version and refactoring the widgets with the customizable attributes feature, I came accross some packages which define their own widget templates. Would it be better to move the template code here in order to have one package which defines "Classic UI" widgets?
While updateing to the new
z3c.form
version and refactoring the widgets with the customizable attributes feature, I came accross some packages which define their own widget templates. Would it be better to move the template code here in order to have one package which defines "Classic UI" widgets?plone.app.textfield
:IRichTextWidget
plone.formwidget.namedfile
:INamedFileWidget
,INamedImageWidget
plone.formwidget.recurrence
:IRecurrenceWidget
plone.schema
:IURIWidget
,IEmailWidget
/cc @plone/classicui-team