Move into nested docroot
This commit is contained in:
parent
83a0d3a149
commit
c8b70abde9
13405 changed files with 0 additions and 0 deletions
|
@ -0,0 +1,15 @@
|
|||
id: d7_tracker_node
|
||||
label: Tracker node
|
||||
migration_tags:
|
||||
- Drupal 7
|
||||
source:
|
||||
plugin: d7_tracker_node
|
||||
process:
|
||||
nid: nid
|
||||
published: published
|
||||
changed: changed
|
||||
destination:
|
||||
plugin: entity:node
|
||||
migration_dependencies:
|
||||
required:
|
||||
- d7_user
|
|
@ -0,0 +1,13 @@
|
|||
id: d7_tracker_settings
|
||||
label: Tracker settings
|
||||
migration_tags:
|
||||
- Drupal 7
|
||||
source:
|
||||
plugin: variable
|
||||
variables:
|
||||
- tracker_batch_size
|
||||
process:
|
||||
cron_index_limit: tracker_batch_size
|
||||
destination:
|
||||
plugin: config
|
||||
config_name: tracker.settings
|
|
@ -0,0 +1,16 @@
|
|||
id: d7_tracker_user
|
||||
label: Tracker user
|
||||
migration_tags:
|
||||
- Drupal 7
|
||||
source:
|
||||
plugin: d7_tracker_user
|
||||
process:
|
||||
nid: nid
|
||||
uid: uid
|
||||
published: published
|
||||
changed: changed
|
||||
destination:
|
||||
plugin: entity:user
|
||||
migration_dependencies:
|
||||
required:
|
||||
- d7_user
|
Reference in a new issue