ZCML File
meta.zcml
[top]
/
zope
/
app
/
container
/
browser
/ meta.zcml
<
configure
xmlns
="
http://namespaces.zope.org/zope
"
xmlns:meta
="
http://namespaces.zope.org/meta
"
>
<
meta:directives
namespace
="
http://namespaces.zope.org/browser
"
>
<
meta:directive
name
="
containerViews
"
schema
="
.metaconfigure.IContainerViews
"
handler
="
.metaconfigure.containerViews
"
/>
</
meta:directives
>
</
configure
>