91076d0896380fcc732735d24f838a53b22c9396
[yaffs-website] / web / core / modules / block_content / migrations / block_content_entity_form_display.yml
1 id: block_content_entity_form_display
2 label: Body field form display configuration
3 migration_tags:
4   - Drupal 6
5   - Drupal 7
6   - Configuration
7 source:
8   plugin: embedded_data
9   data_rows:
10     -
11       entity_type: block_content
12       bundle: basic
13       form_mode: default
14       field_name: body
15   ids:
16     entity_type:
17       type: string
18     bundle:
19       type: string
20     form_mode:
21       type: string
22     field_name:
23       type: string
24   source_module: block
25 process:
26   entity_type: entity_type
27   bundle: bundle
28   form_mode: form_mode
29   field_name: field_name
30 destination:
31   plugin: component_entity_form_display
32 migration_dependencies:
33   required:
34     - block_content_body_field
35 provider:
36   - block_content
37   - migrate_drupal