X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Faggregator%2Fmigrations%2Fd7_aggregator_item.yml;fp=web%2Fcore%2Fmodules%2Faggregator%2Fmigrations%2Fd7_aggregator_item.yml;h=230c3a26efb6d04fab41a60311e10acfcfe44d2a;hp=0000000000000000000000000000000000000000;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/web/core/modules/aggregator/migrations/d7_aggregator_item.yml b/web/core/modules/aggregator/migrations/d7_aggregator_item.yml new file mode 100644 index 000000000..230c3a26e --- /dev/null +++ b/web/core/modules/aggregator/migrations/d7_aggregator_item.yml @@ -0,0 +1,25 @@ +id: d7_aggregator_item +label: Aggregator items +audit: true +migration_tags: + - Drupal 7 + - Content +source: + plugin: aggregator_item +process: + iid: iid + fid: + plugin: migration_lookup + migration: d7_aggregator_feed + source: fid + title: title + link: link + author: author + description: description + timestamp: timestamp + guid: guid +destination: + plugin: entity:aggregator_item +migration_dependencies: + required: + - d7_aggregator_feed