[Zope-CMF] Re: available properties for .metadata file in CMF 1.4?

Gerry Kirk gerry@dioceseonline.com
Mon, 23 Jun 2003 08:34:01 -0400


Andy McKay wrote:
>  From cvs/CMF/CMFCore/tests/fake_skins/fake_skin/test6.py.metadata
> 
> [default]
> title = Test object
> cache = Default cache manager
> proxy = Manager,Anonymous
> 
> [security]
> Access contents information = 1:Manager,Anonymous
> # and repeat for other security settings
> 
Thanks, Andy. That covers them all, I take it? For security settings, 
one can enable and disable role permissions? To do that, would I need 
two lines, or can it be done in one? Would I define it as follows:

Access contents information = 1:Manager
Access contents information = 0:Member,Reviewer,Anonymous

Thanks,
Gerry