Page migration
This commit is contained in:
parent
162c1ca980
commit
e48c0c6b03
2 changed files with 79 additions and 0 deletions
|
@ -0,0 +1,30 @@
|
||||||
|
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
|
|
@ -0,0 +1,49 @@
|
||||||
|
id: agaric_page
|
||||||
|
migration_group: agaric
|
||||||
|
label: Agaric Pages
|
||||||
|
source:
|
||||||
|
plugin: d7_node
|
||||||
|
node_type: page
|
||||||
|
destination:
|
||||||
|
plugin: entity:node
|
||||||
|
process:
|
||||||
|
type:
|
||||||
|
plugin: default_value
|
||||||
|
default_value: page
|
||||||
|
langcode:
|
||||||
|
plugin: default_value
|
||||||
|
source: language
|
||||||
|
default_value: "und"
|
||||||
|
title: title
|
||||||
|
uid:
|
||||||
|
-
|
||||||
|
plugin: migration_lookup
|
||||||
|
migration: agaric_user
|
||||||
|
source: node_uid
|
||||||
|
no_stub: true
|
||||||
|
-
|
||||||
|
plugin: skip_on_empty
|
||||||
|
method: row
|
||||||
|
paragraph_body:
|
||||||
|
plugin: migration
|
||||||
|
migration: agaric_page_paragraph
|
||||||
|
source: nid
|
||||||
|
field_body_paragraph:
|
||||||
|
plugin: iterator
|
||||||
|
source:
|
||||||
|
- '@paragraph_body'
|
||||||
|
process:
|
||||||
|
target_id: '0'
|
||||||
|
target_revision_id: '1'
|
||||||
|
status: status
|
||||||
|
created: created
|
||||||
|
changed: changed
|
||||||
|
promote: promote
|
||||||
|
sticky: sticky
|
||||||
|
revision_uid: revision_uid
|
||||||
|
revision_log: log
|
||||||
|
revision_timestamp: timestamp
|
||||||
|
migration_dependencies:
|
||||||
|
required:
|
||||||
|
- agaric_user
|
||||||
|
- agaric_page_paragraph
|
Loading…
Reference in a new issue