Mercurial > hg > isophonics-drupal-site
annotate core/modules/comment/migrations/d6_comment_field.yml @ 19:fa3358dc1485 tip
Add ndrum files
author | Chris Cannam |
---|---|
date | Wed, 28 Aug 2019 13:14:47 +0100 |
parents | 1fec387a4317 |
children |
rev | line source |
---|---|
Chris@14 | 1 id: d6_comment_field |
Chris@14 | 2 label: Comment field configuration |
Chris@14 | 3 migration_tags: |
Chris@14 | 4 - Drupal 6 |
Chris@14 | 5 - Configuration |
Chris@14 | 6 source: |
Chris@14 | 7 plugin: d6_node_type |
Chris@14 | 8 constants: |
Chris@14 | 9 entity_type: node |
Chris@14 | 10 type: comment |
Chris@14 | 11 process: |
Chris@14 | 12 entity_type: 'constants/entity_type' |
Chris@14 | 13 field_name: |
Chris@14 | 14 - |
Chris@14 | 15 plugin: migration_lookup |
Chris@14 | 16 source: type |
Chris@14 | 17 migration: d6_comment_type |
Chris@14 | 18 - |
Chris@14 | 19 plugin: skip_on_empty |
Chris@14 | 20 method: row |
Chris@14 | 21 type: 'constants/type' |
Chris@14 | 22 'settings/comment_type': '@field_name' |
Chris@14 | 23 destination: |
Chris@14 | 24 plugin: entity:field_storage_config |
Chris@14 | 25 migration_dependencies: |
Chris@14 | 26 required: |
Chris@14 | 27 - d6_comment_type |