You are here

d6_forum_settings.yml in Drupal 8

Same filename and directory in other branches
  1. 9 core/modules/forum/migrations/d6_forum_settings.yml
core/modules/forum/migrations/d6_forum_settings.yml

File

core/modules/forum/migrations/d6_forum_settings.yml
View source
  1. id: d6_forum_settings
  2. label: Forum configuration
  3. migration_tags:
  4. - Drupal 6
  5. - Configuration
  6. source:
  7. plugin: variable
  8. variables:
  9. - forum_hot_topic
  10. - forum_per_page
  11. - forum_order
  12. - forum_block_num_0
  13. - forum_block_num_1
  14. - forum_nav_vocabulary
  15. source_module: forum
  16. process:
  17. 'block/active/limit': forum_block_num_0
  18. 'block/new/limit': forum_block_num_1
  19. 'topics/hot_threshold': forum_hot_topic
  20. 'topics/page_limit': forum_per_page
  21. 'topics/order': forum_order
  22. vocabulary:
  23. plugin: migration_lookup
  24. migration: d6_taxonomy_vocabulary
  25. source: forum_nav_vocabulary
  26. destination:
  27. plugin: config
  28. config_name: forum.settings
  29. migration_dependencies:
  30. required:
  31. - d6_taxonomy_vocabulary