Is there any easy way to assign display settings to each field if I'm manually adding them using content.inc instead of content_copy.inc?

Comments

James Andres’s picture

Status: Active » Needs review

I'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.

damienmckenna’s picture

To 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.

damienmckenna’s picture

Status: Needs review » Closed (fixed)
drawk’s picture

For anyone else having trouble with this, I actually found that the properties array key needed to be called 'display_settings' and not 'display'