source: products/quintagroup.transmogrifier/trunk/quintagroup/transmogrifier/import.cfg @ 275

Last change on this file since 275 was 275, checked in by mylan, 18 years ago

Removed file/folder

File size: 696 bytes
Line 
1[transmogrifier]
2pipeline =
3    reader
4    manifestimport
5#    substitution
6    constructor
7#    xslt
8
9[reader]
10blueprint = quintagroup.transmogrifier.reader
11prefix = structure
12
13[manifestimport]
14blueprint = quintagroup.transmogrifier.manifestimport
15
16# standart import pipiline configuration doesn't need this section
17# this would go to more specific package
18[substitution]
19blueprint = collective.transmogrifier.substitution
20key = _type
21Blog = Weblog
22BlogFolder = Folder
23BlogEntry = WeblogEntry
24PloneFormMailer = FormFolder
25
26[constructor]
27blueprint = collective.transmogrifier.sections.constructor
28
29# this too
30[xslt]
31blueprint = quintagroup.transmogrifier.xslt
32from-key = _old_type
33to-key = _type
Note: See TracBrowser for help on using the repository browser.