You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
810 B
41 lines
810 B
2 years ago
|
uuid: 54d27a13-1d09-483b-9b67-51eb53bae54e
|
||
|
langcode: en
|
||
|
status: true
|
||
|
dependencies: { }
|
||
|
id: upgrade_d6_book_settings
|
||
|
class: Drupal\migrate\Plugin\Migration
|
||
|
field_plugin_method: null
|
||
|
cck_plugin_method: null
|
||
|
migration_tags:
|
||
|
- 'Drupal 6'
|
||
|
- 'Drupal 7'
|
||
|
- Configuration
|
||
|
migration_group: migrate_drupal_7
|
||
|
label: 'Book configuration'
|
||
|
source:
|
||
|
plugin: variable
|
||
|
variables:
|
||
|
- book_child_type
|
||
|
- book_block_mode
|
||
|
- book_allowed_types
|
||
|
source_module: book
|
||
|
process:
|
||
|
child_type:
|
||
|
-
|
||
|
plugin: get
|
||
|
source: book_child_type
|
||
|
block/navigation/mode:
|
||
|
-
|
||
|
plugin: get
|
||
|
source: book_block_mode
|
||
|
allowed_types:
|
||
|
-
|
||
|
plugin: get
|
||
|
source: book_allowed_types
|
||
|
destination:
|
||
|
plugin: config
|
||
|
config_name: book.settings
|
||
|
migration_dependencies:
|
||
|
required: { }
|
||
|
optional: { }
|