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?
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
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'