You are here

d6_comment_entity_form_display.yml in Drupal 8

Same filename and directory in other branches
  1. 9 core/modules/comment/migrations/d6_comment_entity_form_display.yml
core/modules/comment/migrations/d6_comment_entity_form_display.yml

File

core/modules/comment/migrations/d6_comment_entity_form_display.yml
View source
  1. id: d6_comment_entity_form_display
  2. label: Comment field form display configuration
  3. migration_tags:
  4. - Drupal 6
  5. - Configuration
  6. source:
  7. plugin: d6_node_type
  8. constants:
  9. entity_type: node
  10. form_mode: default
  11. options:
  12. type: comment_default
  13. weight: 20
  14. process:
  15. entity_type: 'constants/entity_type'
  16. field_name:
  17. -
  18. plugin: migration_lookup
  19. source: type
  20. migration: d6_comment_type
  21. -
  22. plugin: skip_on_empty
  23. method: row
  24. form_mode: 'constants/form_mode'
  25. options: 'constants/options'
  26. bundle: type
  27. destination:
  28. plugin: component_entity_form_display
  29. migration_dependencies:
  30. required:
  31. - d6_comment_field_instance