Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / comment / migration_templates / d6_comment_entity_form_display.yml
1 id: d6_comment_entity_form_display
2 label: Comment field form display configuration
3 migration_tags:
4   - Drupal 6
5 source:
6   plugin: d6_node_type
7   constants:
8     entity_type: node
9     form_mode: default
10     options:
11       type: comment_default
12       weight: 20
13 process:
14   entity_type: 'constants/entity_type'
15   field_name:
16     -
17       plugin: migration_lookup
18       source: type
19       migration: d6_comment_type
20     -
21       plugin: skip_on_empty
22       method: row
23   form_mode: 'constants/form_mode'
24   options: 'constants/options'
25   bundle: type
26 destination:
27   plugin: component_entity_form_display
28 migration_dependencies:
29   required:
30     - d6_comment_field_instance