Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / taxonomy / migrations / taxonomy_settings.yml
diff --git a/web/core/modules/taxonomy/migrations/taxonomy_settings.yml b/web/core/modules/taxonomy/migrations/taxonomy_settings.yml
new file mode 100644 (file)
index 0000000..43baf0b
--- /dev/null
@@ -0,0 +1,18 @@
+id: taxonomy_settings
+label: Taxonomy configuration
+migration_tags:
+  - Drupal 6
+  - Drupal 7
+  - Configuration
+source:
+  plugin: variable
+  variables:
+    - taxonomy_override_selector
+    - taxonomy_terms_per_page_admin
+  source_module: taxonomy
+process:
+  override_selector: taxonomy_override_selector
+  terms_per_page_admin: taxonomy_terms_per_page_admin
+destination:
+  plugin: config
+  config_name: taxonomy.settings