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