Skip to content

Instantly share code, notes, and snippets.

@mecmartini
Last active June 4, 2018 17:23
Show Gist options
  • Save mecmartini/120f3e1f36b4e93a5458f2d9230db10b to your computer and use it in GitHub Desktop.
Save mecmartini/120f3e1f36b4e93a5458f2d9230db10b to your computer and use it in GitHub Desktop.
Drupal contrib module adva - media entity support patch
diff --git a/modules/adva_media/adva_media.info.yml b/modules/adva_media/adva_media.info.yml
index 198ba8a..eefadf1 100644
--- a/modules/adva_media/adva_media.info.yml
+++ b/modules/adva_media/adva_media.info.yml
@@ -6,4 +6,4 @@ type: module
dependencies:
- adva:adva
- - drupal:media
+ - media_entity:media_entity
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment