Backup of db before drupal security update
[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 process:
23   entity_type: entity_type
24   bundle: bundle
25   field_name: field_name
26   label: label
27   'settings/display_summary': display_summary
28 destination:
29   plugin: entity:field_config
30 migration_dependencies:
31   required:
32     - block_content_type
33 provider:
34   - block_content
35   - migrate_drupal