You are here

d6_book_settings.yml in Zircon Profile 8

Same filename and directory in other branches
  1. 8.0 core/modules/book/migration_templates/d6_book_settings.yml
core/modules/book/migration_templates/d6_book_settings.yml

File

core/modules/book/migration_templates/d6_book_settings.yml
View source
  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. process:
  12. child_type: book_child_type
  13. 'block/navigation/mode': book_block_mode
  14. allowed_types: book_allowed_types
  15. destination:
  16. plugin: config
  17. config_name: book.settings