Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / block_content / migration_templates / 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 source:
7   plugin: embedded_data
8   data_rows:
9     -
10       entity_type: block_content
11       bundle: basic
12       field_name: body
13       label: Body
14       display_summary: false
15   ids:
16     entity_type:
17       type: string
18     bundle:
19       type: string
20     field_name:
21       type: string
22   source_module: block
23 process:
24   entity_type: entity_type
25   bundle: bundle
26   field_name: field_name
27   label: label
28   'settings/display_summary': display_summary
29 destination:
30   plugin: entity:field_config
31 migration_dependencies:
32   required:
33     - block_content_type
34 provider:
35   - block_content
36   - migrate_drupal