d6_forum_settings.yml 693 B

1234567891011121314151617181920212223242526272829
  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_lookup
  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