d7_view_modes.yml 537 B

12345678910111213141516171819202122232425262728
  1. id: d7_view_modes
  2. label: View modes
  3. migration_tags:
  4. - Drupal 7
  5. source:
  6. plugin: d7_view_mode
  7. process:
  8. mode:
  9. plugin: static_map
  10. source: view_mode
  11. bypass: true
  12. map:
  13. default: full
  14. label:
  15. plugin: static_map
  16. source: view_mode
  17. bypass: true
  18. map:
  19. search_index: "Search index"
  20. search_result: "Search result"
  21. rss: "RSS"
  22. print: "Print"
  23. teaser: "Teaser"
  24. full: "Full"
  25. default: "Full"
  26. targetEntityType: entity_type
  27. destination:
  28. plugin: entity:entity_view_mode