This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
tabellio.friendshipgroups/tabellio/friendshipgroups/configure.zcml

33 lines
1.0 KiB
XML

<configure
xmlns="http://namespaces.zope.org/zope"
xmlns:five="http://namespaces.zope.org/five"
xmlns:grok="http://namespaces.zope.org/grok"
xmlns:i18n="http://namespaces.zope.org/i18n"
xmlns:browser="http://namespaces.zope.org/browser"
xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
i18n_domain="tabellio.friendshipgroups">
<grok:grok package="." />
<five:registerPackage package="." initialize=".initialize" />
<i18n:registerTranslations directory="locales" />
<browser:page
for=".folder.IFriendshipGroupsFolder"
name="folder_listing"
class=".folder.FriendshipGroupsFolder"
template="folder.pt"
permission="zope2.View"
/>
<genericsetup:registerProfile
name="default"
title="tabellio.friendshipgroups"
directory="profiles/default"
description="Installs the tabellio.friendshipgroups package"
provides="Products.GenericSetup.interfaces.EXTENSION"
/>
<!-- -*- extra stuff goes here -*- -->
</configure>