You are here

drupal7-media.make.yml in Media Migration 8

tests/fixtures/d7/drupal7-media.make.yml

File

tests/fixtures/d7/drupal7-media.make.yml
View source
  1. api: 2
  2. core: 7.x
  3. projects:
  4. # Drupal 7 core, including patches
  5. drupal:
  6. type: core
  7. version: "7.69"
  8. patch:
  9. # Xss filter() ignores malicious content in data-attributes and mangles
  10. # image captions.
  11. # http://drupal.org/node/2105841
  12. - "https://www.drupal.org/files/issues/do-2105841_no_protocol_filter-97.patch"
  13. # CTools
  14. ctools:
  15. version: "1.15"
  16. type: module
  17. # Entity
  18. entity:
  19. version: "1.9"
  20. type: module
  21. # File Entity
  22. file_entity:
  23. version: "2.27"
  24. type: module
  25. # Linkit
  26. linkit:
  27. version: "3.6"
  28. type: module
  29. # Media
  30. media:
  31. version: "2.26"
  32. type: module
  33. # Media Vimeo
  34. media_vimeo:
  35. version: "2.1"
  36. type: module
  37. # Media Youtube
  38. media_youtube:
  39. version: "3.9"
  40. type: module
  41. # Views
  42. views:
  43. version: "3.24"
  44. type: module
  45. # Wysiwyg
  46. wysiwyg:
  47. version: "2.6"
  48. type: module
  49. libraries:
  50. # CKEditor
  51. ckeditor:
  52. download:
  53. type: get
  54. url: "https://download.cksource.com/CKEditor/CKEditor/CKEditor%204.12.1/ckeditor_4.12.1_full.zip"
  55. destination: libraries