plone / plone.supermodel

Provides XML import and export for schema interfaces based on zope.schema fields
5 stars 8 forks source link

Can't specify autoform directives in XML #25

Open djay opened 5 years ago

djay commented 5 years ago

Currently to omit a field, change its order or other directives for a field from a behaviour you need to redefine the field entirely. In python certain directives will work on fields from behaviours. It would be nice to have some kind of setTaggedValue or directive in the XML to make this usecase easier.