Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / block_content / migration_templates / block_content_entity_display.yml
1 id: block_content_entity_display
2 label: Body field 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       view_mode: default
13       field_name: body
14       options:
15         label: hidden
16   ids:
17     entity_type:
18       type: string
19     bundle:
20       type: string
21     view_mode:
22       type: string
23     field_name:
24       type: string
25   source_module: block
26 process:
27   entity_type: entity_type
28   bundle: bundle
29   view_mode: view_mode
30   field_name: field_name
31   options: options
32 destination:
33   plugin: component_entity_display
34 migration_dependencies:
35   required:
36     - block_content_body_field
37 provider:
38   - block_content
39   - migrate_drupal
40