source: products/quintagroup.plonecomments/branches/jquery/quintagroup/plonecomments/browser/configure.zcml

Last change on this file was 3104, checked in by kroman0, 13 years ago

Added qcomments view

File size: 413 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:browser="http://namespaces.zope.org/browser"
4    xmlns:kss="http://namespaces.zope.org/kss"
5    i18n_domain="quintagroup.plonecomments">
6
7    <browser:page
8        for="*"
9        name="qcomments"
10        class=".comments.QCommentsView"
11        allowed_interface=".comments.IQCommentsView"
12        permission="zope.Public"
13        />
14
15</configure>
Note: See TracBrowser for help on using the repository browser.