agaric-coop/web/modules/custom/agaric_migration/migrations/agaric_blog_paragraph.yml
2018-09-05 21:20:50 -05:00

30 lines
551 B
YAML

id: agaric_blog_paragraph
migration_group: agaric
label: Blog Body paragraph
source:
plugin: d7_node
node_type: blog
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