agaric-coop/web/modules/custom/agaric_migration/migrations/agaric_page_paragraph.yml

31 lines
551 B
YAML
Raw Normal View History

2018-08-23 17:00:54 +00:00
id: agaric_page_paragraph
migration_group: agaric
label: Page Body paragraph
source:
plugin: d7_node
node_type: page
process:
uid:
-
plugin: migration_lookup
migration: agaric_user
source: node_uid
no_stub: true
-
plugin: skip_on_empty
method: row
status: status
created: created
parent_type: "node"
field_text: body
destination:
plugin: 'entity_reference_revisions:paragraph'
default_bundle: text
dependencies:
enforced:
module:
- paragraphs
migration_dependencies:
required:
- agaric_user