Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / block_content / migrations / 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   - Configuration
7 source:
8   plugin: embedded_data
9   data_rows:
10     -
11       entity_type: block_content
12       bundle: basic
13       view_mode: default
14       field_name: body
15       options:
16         label: hidden
17   ids:
18     entity_type:
19       type: string
20     bundle:
21       type: string
22     view_mode:
23       type: string
24     field_name:
25       type: string
26   source_module: block
27 process:
28   entity_type: entity_type
29   bundle: bundle
30   view_mode: view_mode
31   field_name: field_name
32   options: options
33 destination:
34   plugin: component_entity_display
35 migration_dependencies:
36   required:
37     - block_content_body_field
38 provider:
39   - block_content
40   - migrate_drupal