Closed (fixed)
Project:
Install Profile API (obsolete)
Version:
6.x-2.0
Component:
CRUD functions and includes
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
16 Mar 2009 at 02:52 UTC
Updated:
19 Sep 2009 at 17:21 UTC
Comments
Comment #1
James Andres commentedI'm not very familiar with exporting display settings in CCK. Perhaps this is an issue with the content_copy module?
content_copy.inc is basically just a pass through to the content_copy module.
Comment #2
damienmckennaTo answer my own question, an array named 'display' needs to be passed in as part of the properties array which lists the usual display settings.
Comment #3
damienmckennaComment #4
drawk commentedFor anyone else having trouble with this, I actually found that the properties array key needed to be called 'display_settings' and not 'display'