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