<configure
    xmlns="http://namespaces.zope.org/zope"
    xmlns:browser="http://namespaces.zope.org/browser">

  <browser:page
      for="OFS.interfaces.IObjectManager"
      name="components.html"
      class=".browser.ObjectManagerSiteView"
      template="components.pt"
      permission="five.ManageSite"
      />

</configure>
