Last active
June 4, 2018 17:23
-
-
Save mecmartini/120f3e1f36b4e93a5458f2d9230db10b to your computer and use it in GitHub Desktop.
Drupal contrib module adva - media entity support patch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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