Updated to Drupal 8.6.4, which is PHP 7.3 friendly. Also updated HTMLaw library....
[yaffs-website] / web / core / modules / block_content / migrations / block_content_body_field.yml
1 id: block_content_body_field
2 label: Block content body field 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       field_name: body
14       label: Body
15       display_summary: false
16   ids:
17     entity_type:
18       type: string
19     bundle:
20       type: string
21     field_name:
22       type: string
23   source_module: block
24 process:
25   entity_type: entity_type
26   bundle: bundle
27   field_name: field_name
28   label: label
29   'settings/display_summary': display_summary
30 destination:
31   plugin: entity:field_config
32 migration_dependencies:
33   required:
34     - block_content_type
35 provider:
36   - block_content
37   - migrate_drupal