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