d7_to_d10_migration/drupal10/ref_migrations/migrate_plus.migration.upgrade_taxonomy_settings.yml
Mauricio Dinarte f4bd2062fa Add generated migrations
Migrations created with the migrate_upgrade module using the command

```
drush --yes migrate:upgrade
  --legacy-db-key='migrate'
  --legacy-root='http://ddev-migration-drupal7-web'
  --configure-only
```
2024-07-22 21:38:36 -06:00

41 lines
944 B
YAML

uuid: 35d676ca-ef25-49ed-a63c-a938c906b07e
langcode: en
status: true
dependencies: { }
id: upgrade_taxonomy_settings
class: Drupal\migrate\Plugin\Migration
field_plugin_method: null
cck_plugin_method: null
migration_tags:
- 'Drupal 6'
- 'Drupal 7'
- Configuration
migration_group: migrate_drupal_7
label: 'Taxonomy configuration'
source:
plugin: variable
variables:
- taxonomy_override_selector
- taxonomy_terms_per_page_admin
- taxonomy_maintain_index_table
source_module: taxonomy
process:
override_selector:
-
plugin: get
source: taxonomy_override_selector
terms_per_page_admin:
-
plugin: get
source: taxonomy_terms_per_page_admin
maintain_index_table:
-
plugin: default_value
default_value: true
source: taxonomy_maintain_index_table
destination:
plugin: config
config_name: taxonomy.settings
migration_dependencies:
required: { }
optional: { }