I have an entityreference on my feed importer node
I want this entityreference value to be the same for all the feeds that I use the importer for.
thanks!
I have an entityreference on my feed importer node
I want this entityreference value to be the same for all the feeds that I use the importer for.
thanks!
Comments
Comment #2
megachrizI don't think there is a ready made solution for it.
You could achieve this by implementing
hook_feeds_parser_sources_alter()in a custom module and then, in the accompanied callback, return the entityreference value. Something like this (untested):Comment #3
socialnicheguru commentedhttp://drupal.org/project/feeds_entityreference also works
Comment #4
mxr576What I was looking for is implemented in new Feeds Entity.