book_settings.yml

Same filename and directory in other branches
  1. 9 core/modules/book/migrations/book_settings.yml
  2. 8.9.x core/modules/book/migrations/book_settings.yml
  3. 10 core/modules/book/migrations/book_settings.yml
core/modules/book/migrations/book_settings.yml

File

core/modules/book/migrations/book_settings.yml

View source
  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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.