[Zope-CMF] Boring Content

Erik Enge erik@thingamy.net
03 Sep 2001 15:02:31 +0200


[Marc Fischer]

| But I don't understand, how the files of the boring content product
| should be edited, so that it handles those new attributes. (name,
| adress, city).

Add them to the class' __init__()-method.  Then updated the
skins/CMFBoringContent/cmfboring_content_edit.py and
skins/CMFBoringContent/cmfboring_content_edit_form.dtml.

You also need to update the edit()-method to accept the new arguments.
 
I believe that's it.