On 10/25/09 15:08 , Adam GROSZER wrote:
Hello,
Custom schema properties proposal =================================
The problem ------------ is that we have a "baseline" project. This baseline project gets customized for each client. Each client has different (usually just a little bit) needs in terms of field titles and field required.
The real problem is, to achieve this we have to create a new interface with the overridden field. This starts the domino effect, we have to create a new class, this new class needs to be instantiated, new add form, new edit form and register those. A hell lot of code to support that tiny change.
Doesn't http://pypi.python.org/pypi/plone.behavior provide exactly that feature? I'm pretty sure we can get that BSD licensed if it's helpful. WIchert.