Could it be possible to inherite some fields from Feed parents in their Feed Items children ?

Idea is to configure fields values in Feed parent, and to use them in Feed Items children when they are created.
An example is to configure NodeReference field in Feed parent and make it accessible in each Feed Items relative to this Feed.

One approch could be to allow CCK fields copy from Feed parent in its Feed Items children.
It requires new feature in Feeds module.

Another approch could be using node-feed-item.tpl.php template file but requires more dev skills.

Is it interesting feature in your opinion ?

Comments

srobert72’s picture

alex_b’s picture

Status: Active » Closed (duplicate)

Can be easily implemented by extending the API proposed in #632920: Inherit properties from parent feed node (taxonomy, author, OG, language).