diff --git a/bynder.info.yml b/bynder.info.yml index c58da7a..b4ffa19 100644 --- a/bynder.info.yml +++ b/bynder.info.yml @@ -7,7 +7,7 @@ configure: bynder.configuration_form dependencies: - drupal:media (>= 8.5.0) - - dropzonejs:dropzonejs + - dropzonejs:dropzonejs (>= 8.x-2.x) - ctools:ctools - entity_usage:entity_usage diff --git a/bynder.install b/bynder.install index 2b7ad72..93b0c07 100644 --- a/bynder.install +++ b/bynder.install @@ -46,8 +46,8 @@ function bynder_install() { file_prepare_directory($destination, FILE_CREATE_DIRECTORY | FILE_MODIFY_PERMISSIONS); $files = file_scan_directory($source, '/.*\.(svg|png|jpg|jpeg|gif)$/'); foreach ($files as $file) { - // When reinstalling the media module we don't want to copy the icons when - // they already exist. The icons could be replaced (by a contrib module or + // When reinstalling this module we don't want to copy the icons when they + // already exist. The icons could be replaced (by a contrib module or // manually), so we don't want to replace the existing files. Removing the // files when we uninstall could also be a problem if the files are // referenced somewhere else. Since showing an error that it was not