source: products/quintagroup.portlet.static/trunk/quintagroup/portlet/static/browser/configure.zcml @ 3218

Last change on this file since 3218 was 3214, checked in by zidane, 13 years ago

corect import IVocabularyFactory, add updating permission for plone 4.1

File size: 813 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:i18n="http://namespaces.zope.org/i18n"
4    xmlns:browser="http://namespaces.zope.org/browser"
5    i18n_domain="quintagroup.portlet.static">
6
7  <!-- Starting from Plone-4.1 it is necessary to import permissions.zcml from Products.CMFCore.
8       Since older versions of CMFCore didn't have that zcml, we are including whole
9       package and permissions.zcml gets included if available. -->
10
11  <include package="Products.CMFCore"/>
12
13  <adapter factory=".configlet.StaticStylishPortletControlPanelAdapter" />
14
15  <browser:page
16      name="staticstylishportlet-controlpanel"
17      for="Products.CMFPlone.interfaces.IPloneSiteRoot"
18      class=".configlet.StaticStylishPortletControlPanel"
19      permission="cmf.ManagePortal"
20      />
21
22</configure>
23
Note: See TracBrowser for help on using the repository browser.