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

Last change on this file since 826 was 322, checked in by piv, 18 years ago

initial import

File size: 693 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    <cmf:registerDirectory name="readonlystringfield"/>
19
20</configure>
Note: See TracBrowser for help on using the repository browser.