8abfc153debf0a263a1913c44ff7072c781fe8f5
[yaffs-website] / web / core / modules / book / migrations / d6_book_settings.yml
1 id: d6_book_settings
2 label: Book configuration
3 migration_tags:
4   - Drupal 6
5   - Configuration
6 source:
7   plugin: variable
8   variables:
9     - book_child_type
10     - book_block_mode
11     - book_allowed_types
12   source_module: book
13 process:
14   child_type: book_child_type
15   'block/navigation/mode': book_block_mode
16   allowed_types: book_allowed_types
17 destination:
18   plugin: config
19   config_name: book.settings