Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / aggregator / migration_templates / d7_aggregator_item.yml
1 id: d7_aggregator_item
2 label: Aggregator items
3 migration_tags:
4   - Drupal 7
5 source:
6   plugin: aggregator_item
7 process:
8   iid: iid
9   fid:
10     plugin: migration_lookup
11     migration: d7_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     - d7_aggregator_feed