bc75eeac477538567fe7015acba6b10b8e9357a1
[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 process:
16   id: id
17   label: label
18 destination:
19   plugin: entity:block_content_type
20 provider:
21   - block_content
22   - migrate_drupal