Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / comment / migration_templates / d6_comment_field.yml
1 id: d6_comment_field
2 label: Comment field configuration
3 migration_tags:
4   - Drupal 6
5 source:
6   plugin: d6_node_type
7   constants:
8     entity_type: node
9     type: comment
10 process:
11   entity_type: 'constants/entity_type'
12   field_name:
13     -
14       plugin: migration_lookup
15       source: type
16       migration: d6_comment_type
17     -
18       plugin: skip_on_empty
19       method: row
20   type: 'constants/type'
21   'settings/comment_type': '@field_name'
22 destination:
23   plugin: entity:field_storage_config
24 migration_dependencies:
25   required:
26     - d6_comment_type