Mercurial > hg > isophonics-drupal-site
annotate core/modules/taxonomy/migrations/d7_taxonomy_vocabulary.yml @ 19:fa3358dc1485 tip
Add ndrum files
author | Chris Cannam |
---|---|
date | Wed, 28 Aug 2019 13:14:47 +0100 |
parents | af1871eacc83 |
children |
rev | line source |
---|---|
Chris@14 | 1 id: d7_taxonomy_vocabulary |
Chris@14 | 2 label: Taxonomy vocabularies |
Chris@14 | 3 migration_tags: |
Chris@14 | 4 - Drupal 7 |
Chris@14 | 5 - Configuration |
Chris@14 | 6 source: |
Chris@14 | 7 plugin: d7_taxonomy_vocabulary |
Chris@14 | 8 process: |
Chris@14 | 9 vid: |
Chris@14 | 10 - |
Chris@14 | 11 plugin: make_unique_entity_field |
Chris@14 | 12 source: machine_name |
Chris@14 | 13 entity_type: taxonomy_vocabulary |
Chris@14 | 14 field: vid |
Chris@14 | 15 length: 32 |
Chris@14 | 16 migrated: true |
Chris@14 | 17 - |
Chris@14 | 18 # This plugin checks if the vocabulary being migrated is the one used by |
Chris@14 | 19 # Forum. If so, we use the machine name that Forum expects. Otherwise, we |
Chris@14 | 20 # leave it unchanged. |
Chris@14 | 21 plugin: forum_vocabulary |
Chris@14 | 22 machine_name: forums |
Chris@14 | 23 label: name |
Chris@14 | 24 name: name |
Chris@14 | 25 description: description |
Chris@14 | 26 weight: weight |
Chris@14 | 27 destination: |
Chris@14 | 28 plugin: entity:taxonomy_vocabulary |