updated core to 8.6.1 via composer
This commit is contained in:
+2
-1
@@ -1,7 +1,8 @@
|
||||
id: d6_book_settings
|
||||
id: book_settings
|
||||
label: Book configuration
|
||||
migration_tags:
|
||||
- Drupal 6
|
||||
- Drupal 7
|
||||
- Configuration
|
||||
source:
|
||||
plugin: variable
|
||||
@@ -4,7 +4,7 @@ migration_tags:
|
||||
- Drupal 6
|
||||
- Content
|
||||
source:
|
||||
plugin: d6_book
|
||||
plugin: book
|
||||
process:
|
||||
nid: nid
|
||||
'book/bid': bid
|
||||
|
||||
@@ -0,0 +1,24 @@
|
||||
id: d7_book
|
||||
label: Books
|
||||
migration_tags:
|
||||
- Drupal 7
|
||||
- Content
|
||||
source:
|
||||
plugin: book
|
||||
process:
|
||||
nid: nid
|
||||
'book/bid': bid
|
||||
'book/weight': weight
|
||||
'book/pid':
|
||||
-
|
||||
plugin: skip_on_empty
|
||||
method: process
|
||||
source: plid
|
||||
-
|
||||
plugin: migration_lookup
|
||||
migration: d7_book
|
||||
destination:
|
||||
plugin: book
|
||||
migration_dependencies:
|
||||
required:
|
||||
- d7_node
|
||||
Reference in New Issue
Block a user