Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. id: media_youtube
  2. label: Migrate Youtube Videos
  3. description: Migrate Youtube Videos
  4. migration_group: media
  5. migration_tags:
  6. - Custom
  7.  
  8.  
  9. source:
  10. plugin: file_entity
  11. # types:
  12. # - video
  13. scheme:
  14. - "youtube"
  15. constants:
  16. bundle: 'video'
  17.  
  18. process:
  19. mid: fid
  20. bundle: 'constants/bundle'
  21.  
  22. langcode:
  23. plugin: default_value
  24. source: language
  25. default_value: "und"
  26.  
  27. name: filename
  28.  
  29. uid:
  30. -
  31. plugin: skip_on_empty
  32. method: process
  33. source: uid
  34. -
  35. plugin: migration_lookup
  36. migration: users
  37.  
  38. status: status
  39. created: created
  40. changed: changed
  41.  
  42. field_media_video_embed_field:
  43. plugin: youtube
  44. source: rui
  45.  
  46. destination:
  47. plugin: entity:media
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement