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.

40 lines
807 B

uuid: c4a31717-5e33-41ec-94ae-f1e1a0292c2d
langcode: en
status: true
dependencies: { }
id: upgrade_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: { }