Upgraded drupal core with security updates
[yaffs-website] / web / core / modules / comment / migration_templates / d7_comment_entity_form_display_subject.yml
1 id: d7_comment_entity_form_display_subject
2 label: Comment subject form display configuration
3 migration_tags:
4   - Drupal 7
5 source:
6   plugin: d7_comment_type
7   constants:
8     entity_type: comment
9     field_name: subject
10     form_mode: default
11     options:
12       type: string_textfield
13       weight: 10
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   hidden:
20     plugin: static_map
21     source: subject
22     map:
23       0: true
24       1: false
25   bundle: bundle
26 destination:
27   plugin: component_entity_form_display
28 migration_dependencies:
29   required:
30     - d7_comment_type