You are here

d7_comment_type.yml in Zircon Profile 8

Same filename and directory in other branches
  1. 8.0 core/modules/comment/migration_templates/d7_comment_type.yml
core/modules/comment/migration_templates/d7_comment_type.yml

File

core/modules/comment/migration_templates/d7_comment_type.yml
View source
  1. id: d7_comment_type
  2. label: Comment type
  3. migration_tags:
  4. - Drupal 7
  5. source:
  6. plugin: d7_comment_type
  7. constants:
  8. entity_type: node
  9. process:
  10. target_entity_type_id: 'constants/entity_type'
  11. id: bundle
  12. label: label
  13. destination:
  14. plugin: entity:comment_type
  15. migration_dependencies:
  16. required:
  17. - d7_node_type