You are here

d7_disqus_entity_display.yml in Disqus 8

migrations/d7_disqus_entity_display.yml

File

migrations/d7_disqus_entity_display.yml
View source
  1. langcode: en
  2. status: true
  3. id: d7_disqus_entity_display
  4. migration_tags:
  5. - 'Drupal 7'
  6. label: 'Disqus display configuration'
  7. source:
  8. plugin: disqus_enabled_content_types
  9. constants:
  10. entity_type: node
  11. view_mode: default
  12. name: disqus
  13. type: disqus_comment
  14. options:
  15. label: hidden
  16. type: disqus_comment
  17. weight: 20
  18. process:
  19. entity_type: 'constants/entity_type'
  20. bundle: type
  21. options: 'constants/options'
  22. view_mode: 'constants/view_mode'
  23. field_name: 'constants/name'
  24. type: constants/type
  25. destination:
  26. plugin: component_entity_display
  27. migration_dependencies:
  28. required:
  29. - d7_disqus_field