summaryrefslogtreecommitdiff
path: root/repoze/bfg/meta.zcml
blob: c271234854a803a75c83dbe8fc88f1442414be1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<configure
    xmlns="http://namespaces.zope.org/zope"
    xmlns:meta="http://namespaces.zope.org/meta">

  <meta:directives namespace="http://namespaces.repoze.org/browser">

    <meta:directive
        name="page"
        schema=".zcml.IPageDirective"
        handler=".zcml.page"
        />

  </meta:directives>

</configure>