removed materiau migration file
This commit is contained in:
parent
ec103fffea
commit
b17458fe4a
|
@ -1,45 +0,0 @@
|
||||||
id: d7_node_materiau
|
|
||||||
label: Nodes Materiau
|
|
||||||
migration_group: d7_materio
|
|
||||||
audit: true
|
|
||||||
migration_tags:
|
|
||||||
- Drupal 7
|
|
||||||
- Content
|
|
||||||
deriver: Drupal\node\Plugin\migrate\D7NodeDeriver
|
|
||||||
|
|
||||||
source:
|
|
||||||
plugin: d7_node
|
|
||||||
bundle: materiau
|
|
||||||
|
|
||||||
destination:
|
|
||||||
plugin: entity:node
|
|
||||||
bundle: materiau
|
|
||||||
|
|
||||||
migration_dependencies:
|
|
||||||
required:
|
|
||||||
- d7_taxonomy_term_thesaurus
|
|
||||||
- d7_taxonomy_term_tags
|
|
||||||
- d7_taxonomy_term_showroom
|
|
||||||
- d7_taxonomy_term_company
|
|
||||||
process:
|
|
||||||
# If you are using this file to build a custom migration consider removing
|
|
||||||
# the nid and vid fields to allow incremental migrations.
|
|
||||||
# In D7, nodes always have a tnid, but it's zero for untranslated nodes.
|
|
||||||
# We normalize it to equal the nid in that case.
|
|
||||||
# @see \Drupal\node\Plugin\migrate\source\d7\Node::prepareRow().
|
|
||||||
nid: tnid
|
|
||||||
vid: vid
|
|
||||||
langcode:
|
|
||||||
plugin: default_value
|
|
||||||
source: language
|
|
||||||
default_value: "und"
|
|
||||||
title: title
|
|
||||||
uid: node_uid
|
|
||||||
status: status
|
|
||||||
created: created
|
|
||||||
changed: changed
|
|
||||||
promote: promote
|
|
||||||
sticky: sticky
|
|
||||||
revision_uid: revision_uid
|
|
||||||
revision_log: log
|
|
||||||
revision_timestamp: timestamp
|
|
Loading…
Reference in New Issue