updated core from 8.4 to 8.5 : bug with login_destination

This commit is contained in:
Bachir Soussi Chiadmi
2018-03-13 14:01:21 +01:00
parent 0d78da249b
commit e668535a4e
3486 changed files with 89604 additions and 33283 deletions
+24
View File
@@ -0,0 +1,24 @@
id: d6_book
label: Books
migration_tags:
- Drupal 6
- Content
source:
plugin: d6_book
process:
nid: nid
'book/bid': bid
'book/weight': weight
'book/pid':
-
plugin: skip_on_empty
method: process
source: plid
-
plugin: migration_lookup
migration: d6_book
destination:
plugin: book
migration_dependencies:
required:
- d6_node
@@ -0,0 +1,19 @@
id: d6_book_settings
label: Book configuration
migration_tags:
- Drupal 6
- Configuration
source:
plugin: variable
variables:
- book_child_type
- book_block_mode
- book_allowed_types
source_module: book
process:
child_type: book_child_type
'block/navigation/mode': book_block_mode
allowed_types: book_allowed_types
destination:
plugin: config
config_name: book.settings