Changes between Version 2 and Version 3 of quintagroup.transmogrifier/ContentTypeChange


Ignore:
Timestamp:
Mar 21, 2011 3:01:32 PM (13 years ago)
Author:
chervol
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • quintagroup.transmogrifier/ContentTypeChange

    v2 v3  
    1111The [wiki:quintagroup.transmogrifier/substitution quintagroup.transmogrifier.substitution] blueprint used in tandem with [wiki:quintagroup.transmogrifier/xslt quintagroup.transmogrifier.xslt] 
    1212  
    13 In that case import should contain: 
     13 
     14In your import configuration (import.cfg) insert '''substitution''' exactly before the '''constructor''' pipeline, then '''xslt''' goes. And it should looklike: 
    1415{{{ 
    1516pipeline = 
     
    2021    ... 
    2122}}} 
    22 Insert '''substitution''' exactly before the '''constructor''' pipeline then '''xslt''' goes. 
     23 
    2324 
    2425We going to replace Event with News Item. The item's key for content_type is '''_type''' and the old value is saved under '''_old_type'''.