source: products/quintagroup.ploneformgen.readonlystringfield/trunk/quintagroup/ploneformgen/readonlystringfield/configure.zcml

Last change on this file was 827, checked in by mylan, 17 years ago

Fix getActionById deprecation warning on publishing comment for Plone-2.5

File size: 976 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:five="http://namespaces.zope.org/five"
4    xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
5    xmlns:cmf="http://namespaces.zope.org/cmf"
6    i18n_domain="quintagroup.ploneformgen.readonlystringfield">
7
8  <five:registerPackage package="." initialize=".initialize" />
9
10  <genericsetup:registerProfile
11      name="default"
12      title="Readonly FormGen String Field"
13      directory="profiles/default"
14      description="Readonly String Field for PloneFormGen product"
15      provides="Products.GenericSetup.interfaces.EXTENSION"
16      />
17
18  <genericsetup:registerProfile
19      name="uninstall"
20      title="Uninstall Readonly FormGen String Field"
21      directory="profiles/uninstall"
22      description="Uninstall Readonly String Field for PloneFormGen product"
23      provides="Products.GenericSetup.interfaces.EXTENSION"
24      />
25
26  <cmf:registerDirectory name="readonlystringfield"/>
27
28</configure>
Note: See TracBrowser for help on using the repository browser.