Security update to Drupal 8.4.6 with PHP held back to 7.0.27 to match the stoneboat...
[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   source_module: block
24 process:
25   entity_type: entity_type
26   bundle: bundle
27   form_mode: form_mode
28   field_name: field_name
29 destination:
30   plugin: component_entity_form_display
31 migration_dependencies:
32   required:
33     - block_content_body_field
34 provider:
35   - block_content
36   - migrate_drupal
37