You are here

d6_forum_settings.yml in Zircon Profile 8

Same filename and directory in other branches
  1. 8.0 core/modules/forum/migration_templates/d6_forum_settings.yml
core/modules/forum/migration_templates/d6_forum_settings.yml

File

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