Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / block_content / migrations / block_content_type.yml
1 id: block_content_type
2 label: Block content type
3 migration_tags:
4   - Drupal 6
5   - Drupal 7
6   - Configuration
7 source:
8   plugin: embedded_data
9   data_rows:
10     -
11       id: basic
12       label: Basic
13   ids:
14     id:
15       type: string
16   source_module: block
17 process:
18   id: id
19   label: label
20 destination:
21   plugin: entity:block_content_type
22 provider:
23   - block_content
24   - migrate_drupal