Mercurial > hg > isophonics-drupal-site
annotate core/modules/taxonomy/migrations/taxonomy_settings.yml @ 14:1fec387a4317
Update Drupal core to 8.5.2 via Composer
author | Chris Cannam |
---|---|
date | Mon, 23 Apr 2018 09:46:53 +0100 |
parents | |
children |
rev | line source |
---|---|
Chris@14 | 1 id: taxonomy_settings |
Chris@14 | 2 label: Taxonomy configuration |
Chris@14 | 3 migration_tags: |
Chris@14 | 4 - Drupal 6 |
Chris@14 | 5 - Drupal 7 |
Chris@14 | 6 - Configuration |
Chris@14 | 7 source: |
Chris@14 | 8 plugin: variable |
Chris@14 | 9 variables: |
Chris@14 | 10 - taxonomy_override_selector |
Chris@14 | 11 - taxonomy_terms_per_page_admin |
Chris@14 | 12 source_module: taxonomy |
Chris@14 | 13 process: |
Chris@14 | 14 override_selector: taxonomy_override_selector |
Chris@14 | 15 terms_per_page_admin: taxonomy_terms_per_page_admin |
Chris@14 | 16 destination: |
Chris@14 | 17 plugin: config |
Chris@14 | 18 config_name: taxonomy.settings |