You are here

taxonomy_settings.yml in Drupal 8

core/modules/taxonomy/migrations/taxonomy_settings.yml

File

core/modules/taxonomy/migrations/taxonomy_settings.yml
View source
  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