temporary fixed core bug with migration after breve were deleted, changed migration breve to article
This commit is contained in:
51
config/sync/migrate_plus.migration.d7_node_article_i18n.yml
Normal file
51
config/sync/migrate_plus.migration.d7_node_article_i18n.yml
Normal file
@@ -0,0 +1,51 @@
|
||||
uuid: 2fe80a0b-44db-4492-97d6-0b90ec3dcdf5
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
_core:
|
||||
default_config_hash: vLmdf7LyOFNcHdarEDF_W3CV4Wp-K6GdgH_dOwuUHTY
|
||||
id: d7_node_article_i18n
|
||||
class: null
|
||||
field_plugin_method: null
|
||||
cck_plugin_method: null
|
||||
migration_tags:
|
||||
- 'Drupal 7'
|
||||
- Content
|
||||
- Materio
|
||||
migration_group: d7_materio
|
||||
label: 'Node Article i18n'
|
||||
source:
|
||||
plugin: d7_node_breve_i18n
|
||||
node_type: breve
|
||||
translations: true
|
||||
high_water_property:
|
||||
name: changed
|
||||
alias: 'n'
|
||||
process:
|
||||
nid:
|
||||
plugin: migration_lookup
|
||||
source: nid
|
||||
migration: d7_node_article
|
||||
no_stub: true
|
||||
type:
|
||||
plugin: default_value
|
||||
default_value: article
|
||||
langcode: language
|
||||
content_translation_source: source
|
||||
title: title
|
||||
created: created
|
||||
changed: changed
|
||||
body:
|
||||
plugin: iterator
|
||||
source: body
|
||||
process:
|
||||
value: value
|
||||
format:
|
||||
plugin: default_value
|
||||
default_value: wysiwyg
|
||||
destination:
|
||||
plugin: 'entity:node'
|
||||
translations: true
|
||||
migration_dependencies:
|
||||
required:
|
||||
- d7_node_article
|
||||
Reference in New Issue
Block a user