annotate core/modules/comment/migrations/d6_comment_field.yml @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents c75dbcec494b
children
rev   line source
Chris@0 1 id: d6_comment_field
Chris@0 2 label: Comment field configuration
Chris@0 3 migration_tags:
Chris@0 4 - Drupal 6
Chris@0 5 - Configuration
Chris@0 6 source:
Chris@0 7 plugin: d6_node_type
Chris@0 8 constants:
Chris@0 9 entity_type: node
Chris@0 10 type: comment
Chris@0 11 process:
Chris@0 12 entity_type: 'constants/entity_type'
Chris@0 13 field_name:
Chris@0 14 -
Chris@0 15 plugin: migration_lookup
Chris@0 16 source: type
Chris@0 17 migration: d6_comment_type
Chris@0 18 -
Chris@0 19 plugin: skip_on_empty
Chris@0 20 method: row
Chris@0 21 type: 'constants/type'
Chris@0 22 'settings/comment_type': '@field_name'
Chris@0 23 destination:
Chris@0 24 plugin: entity:field_storage_config
Chris@0 25 migration_dependencies:
Chris@0 26 required:
Chris@0 27 - d6_comment_type