Closed (fixed)
Project:
Drush System Manager
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
22 Mar 2009 at 18:23 UTC
Updated:
7 Apr 2009 at 15:40 UTC
The CCK export is incomplete. That is doing a web export the fields are exported into one text area together with the node type form.
But what does the import really need? Is a composition better? That is
drush sm export cck /path/to/config/cck/
followed by
drush sm import cck /path/to/config/cck/ cck_node_form_x cck_field_x_y
Comments
Comment #1
clemens.tolboomNow also the content type forms are harvested similar to cck export.