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

31 lines
551 B
YAML
Raw Normal View History

2018-08-30 19:36:52 +00:00
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