Needs work
Project:
Default Content (Deprecated)
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Mar 2012 at 13:30 UTC
Updated:
19 Dec 2012 at 13:48 UTC
Is defaultcontent supposed to support Title module? I'm trying to export nodes that have title_field from the Title module but in the exported code there's no title_field.
Comments
Comment #1
floretan commentedThis currently doesn't work, because only fields that start with "field_" are exported. The code that does that is in node.inc:
This should be replaced with a field API call to load all fields for the current content type. This should make defaultcontent work with the Title module and other modules that define fields programmatically that don't start with "field_".
Comment #2
Jeffrey C. commentedCan anyone provide a patch for that?