e14dbd60ed59b7357ccaeaff005f4a0269f485d8
[yaffs-website] / web / core / modules / aggregator / migration_templates / d6_aggregator_item.yml
1 id: d6_aggregator_item
2 label: Aggregator items
3 migration_tags:
4   - Drupal 6
5 source:
6   plugin: aggregator_item
7 process:
8   iid: iid
9   fid:
10     plugin: migration_lookup
11     migration: d6_aggregator_feed
12     source: fid
13   title: title
14   link: link
15   author: author
16   description: description
17   timestamp: timestamp
18   guid: guid
19 destination:
20   plugin: entity:aggregator_item
21 migration_dependencies:
22   required:
23     - d6_aggregator_feed