You are here

d7_comment_field.yml in Zircon Profile 8

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

File

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