Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / taxonomy / migrations / taxonomy_settings.yml
1 id: taxonomy_settings
2 label: Taxonomy configuration
3 migration_tags:
4   - Drupal 6
5   - Drupal 7
6   - Configuration
7 source:
8   plugin: variable
9   variables:
10     - taxonomy_override_selector
11     - taxonomy_terms_per_page_admin
12   source_module: taxonomy
13 process:
14   override_selector: taxonomy_override_selector
15   terms_per_page_admin: taxonomy_terms_per_page_admin
16 destination:
17   plugin: config
18   config_name: taxonomy.settings