30 lines
551 B
YAML
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
|