92b5a10c1dede44e1627b4ae3e2dcaf9db74ac47
[yaffs-website] / web / core / modules / block_content / migration_templates / 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 source:
7   plugin: embedded_data
8   data_rows:
9     -
10       entity_type: block_content
11       bundle: basic
12       form_mode: default
13       field_name: body
14   ids:
15     entity_type:
16       type: string
17     bundle:
18       type: string
19     form_mode:
20       type: string
21     field_name:
22       type: string
23 process:
24   entity_type: entity_type
25   bundle: bundle
26   form_mode: form_mode
27   field_name: field_name
28 destination:
29   plugin: component_entity_form_display
30 migration_dependencies:
31   required:
32     - block_content_body_field
33 provider:
34   - block_content
35   - migrate_drupal
36