Backup of db before drupal security update
[yaffs-website] / web / core / modules / block_content / migration_templates / d7_custom_block.yml
1 id: d7_custom_block
2 label: Custom blocks
3 migration_tags:
4   - Drupal 7
5 source:
6   plugin: d7_block_custom
7 process:
8   id: bid
9   info: info
10   'body/format':
11     plugin: migration_lookup
12     migration: d7_filter_format
13     source: format
14   'body/value': body
15 destination:
16   plugin: entity:block_content
17   default_bundle: basic
18   no_stub: true
19 migration_dependencies:
20   required:
21     - d7_filter_format
22     - block_content_body_field