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