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