c650673188a9c3dc292d0ebcc8aa45b9b51e9963
[yaffs-website] / web / core / modules / comment / migration_templates / d6_comment_entity_display.yml
1 id: d6_comment_entity_display
2 label: Comment display configuration
3 migration_tags:
4   - Drupal 6
5 source:
6   plugin: d6_comment_variable
7   constants:
8     entity_type: node
9     field_name: comment
10     view_mode: default
11     options:
12       label: hidden
13       type: comment_default
14       weight: 20
15 process:
16   entity_type: 'constants/entity_type'
17   field_name: 'constants/field_name'
18   view_mode: 'constants/view_mode'
19   options: 'constants/options'
20   bundle: node_type
21 destination:
22   plugin: component_entity_display
23 migration_dependencies:
24   required:
25     - d6_comment_field_instance