Updated to Drupal 8.6.4, which is PHP 7.3 friendly. Also updated HTMLaw library....
[yaffs-website] / web / core / modules / forum / migrations / d7_forum_settings.yml
1 id: d7_forum_settings
2 label: Forum configuration
3 migration_tags:
4   - Drupal 7
5   - Configuration
6 source:
7   plugin: variable
8   variables:
9     - forum_hot_topic
10     - forum_per_page
11     - forum_order
12     - forum_block_num_active
13     - forum_block_num_new
14     - forum_nav_vocabulary
15   source_module: forum
16 process:
17   'block/active/limit': forum_block_num_active
18   'block/new/limit': forum_block_num_new
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: d7_taxonomy_vocabulary
25     source: forum_nav_vocabulary
26 destination:
27   plugin: config
28   config_name: forum.settings
29 migration_dependencies:
30   required:
31     - d7_taxonomy_vocabulary