[z3-five] using Five content in CMF

Lennart Regebro regebro at gmail.com
Mon May 23 14:09:42 CEST 2005


On 5/23/05, yuppie <y.2005- at wcm-solutions.de> wrote:
> Seems some people are currently experimenting with Five content in
> CMF/CPS/Plone, especially with schema based forms.

Schema based forms are not dependent on CMF in Five, but work in pure
Zope2, I'm happy to say. Except for the unicode problem, that is.

> I don't use CMFonFive.

CMFonFive currently produces two benefits.
1: "Just a small five_template that bridges the slots to those
available in the default CMF main_template." :-)

2: Mapping between menuItems and actions.

I'm also checking out making a new portal type info to remove some
double registration of some information.

> Portal Type specific settings (including default view, Actions) are not
> specified in the ZCML file, they are specified in a CMFSetup XML file.

Hmm. I haven't thought about CMFSetup, that might be an alternative to
having a new ZCML directive. But in any case, default view and actions
already have ZCML-alternatives, (five:defaultView and broswer:menuItem
respectively) so those should preferrably be used instead.

> The default portal_types machinery adds new content and shows the
> editform defined in the ZCML file as initial view.

Yup.


More information about the z3-five mailing list