source: products/quintagroup.transmogrifier.simpleblog2quills/branches/without_image_move/quintagroup/transmogrifier/simpleblog2quills/import.cfg @ 1552

Last change on this file since 1552 was 1253, checked in by koval, 15 years ago

import config cleanup

File size: 771 bytes
Line 
1[transmogrifier]
2pipeline =
3    reader
4    manifestimporter
5    substitution
6    constructor
7    xslt
8    datacorrector
9    fileimporter
10    demarshaller
11    referencesimporter
12    propertiesimporter
13    commentsimporter
14    activator
15    IMPORTING
16include = quintagroup.transmogrifier:import.cfg
17
18# don't yield items that are in manifest, but don't exists in import context
19[manifestimporter]
20enable-source-behaviour = false
21
22[substitution]
23blueprint = quintagroup.transmogrifier.substitution
24key = _type
25Blog = Large Plone Folder
26BlogFolder = Large Plone Folder
27BlogEntry = Document
28
29[xslt]
30blueprint = quintagroup.transmogrifier.xslt
31source = marshall
32from-key = _old_type
33to-key = _type
34
35[activator]
36blueprint = quintagroup.transmogrifier.simpleblog2quills.activator
Note: See TracBrowser for help on using the repository browser.