Ignore:
Timestamp:
Jan 29, 2010 12:47:24 PM (14 years ago)
Author:
mylan
Message:

Updated constructor section for possibility to construct not only CMF objects, registered in fti

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.transmogrifier/branches/ofs/quintagroup/transmogrifier/configure.zcml

    r1602 r1604  
    137137 
    138138    <utility 
     139        component=".constructor.ConstructorSection" 
     140        name="quintagroup.transmogrifier.extendedconstructor" 
     141        /> 
     142 
     143    <utility 
    139144        component=".ofsmanager.OFSExporterSection" 
    140145        name="quintagroup.transmogrifier.ofsexporter" 
    141146        /> 
     147 
     148    <utility 
     149        component=".utilities.FileFTIUtility" 
     150        provides=".interfaces.IFTIConstructor4MetaType" 
     151        name="File" 
     152        /> 
     153 
     154    <utility 
     155        component=".utilities.ImageFTIUtility" 
     156        provides=".interfaces.IFTIConstructor4MetaType" 
     157        name="Image" 
     158        /> 
     159 
    142160 
    143161    <adapter factory=".portlets.PortletAssignmentExportImportHandler" /> 
Note: See TracChangeset for help on using the changeset viewer.