Security update for Core, with self-updated composer
[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_node_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:
17     -
18       plugin: migration_lookup
19       source: type
20       migration: d7_comment_type
21     -
22       plugin: skip_on_empty
23       method: row
24   view_mode: 'constants/view_mode'
25   options: 'constants/options'
26   bundle: type
27 destination:
28   plugin: component_entity_display
29 migration_dependencies:
30   required:
31     - d7_comment_field_instance