mirror of
https://github.com/tag1consulting/d7_to_d10_migration.git
synced 2024-11-10 02:33:25 +00:00
Customize upgrade_d7_node_type configuration migration
This commit is contained in:
parent
eefa6722de
commit
befb696e81
1 changed files with 11 additions and 8 deletions
|
@ -1,25 +1,28 @@
|
||||||
uuid: a3367374-077c-460d-89e6-7e1abbe94e77
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies: { }
|
|
||||||
id: upgrade_d7_node_type
|
id: upgrade_d7_node_type
|
||||||
class: Drupal\migrate\Plugin\Migration
|
class: Drupal\migrate\Plugin\Migration
|
||||||
field_plugin_method: null
|
|
||||||
cck_plugin_method: null
|
|
||||||
migration_tags:
|
migration_tags:
|
||||||
- 'Drupal 7'
|
- 'Drupal 7'
|
||||||
- Configuration
|
- Configuration
|
||||||
migration_group: migrate_drupal_7
|
- node_type
|
||||||
|
- tag1_configuration
|
||||||
label: 'Node type configuration'
|
label: 'Node type configuration'
|
||||||
source:
|
source:
|
||||||
|
key: migrate
|
||||||
plugin: d7_node_type
|
plugin: d7_node_type
|
||||||
constants:
|
constants:
|
||||||
preview: 1
|
preview: 1
|
||||||
process:
|
process:
|
||||||
|
# @modified
|
||||||
type:
|
type:
|
||||||
-
|
-
|
||||||
plugin: get
|
plugin: skip_on_value
|
||||||
source: type
|
source: type
|
||||||
|
value:
|
||||||
|
- speaker
|
||||||
|
- sponsor
|
||||||
|
- swag
|
||||||
|
method: row
|
||||||
|
message: 'Content type not needed in new site.'
|
||||||
name:
|
name:
|
||||||
-
|
-
|
||||||
plugin: get
|
plugin: get
|
||||||
|
|
Loading…
Reference in a new issue