[Zope3-dev] Disabling default layer

Garrett Smith garrett at mojave-corp.com
Thu Oct 28 14:26:20 EDT 2004


I'm confused by the recent changes to layer/skin support.

I need to define a skin that does not include the default layer. My best
guess at doing this is to define my skin's one layer as follows:

  class IMyLayer(Interface):pass

and my skin as:

  class IMySkin(IMyLayer): pass

I'm still able to access all of the default layer views, etc.

Any suggestions?

 -- Garrett


More information about the Zope3-dev mailing list