Interim commit.
[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_comment_variable_per_comment_type
7   constants:
8     entity_type: node
9     type: comment
10 process:
11   entity_type: 'constants/entity_type'
12   field_name: comment_type
13   type: 'constants/type'
14   'settings/comment_type': comment_type
15 destination:
16   plugin: entity:field_storage_config
17   dependencies:
18     module:
19       - comment
20 migration_dependencies:
21   required:
22     - d6_comment_type