Problem/Motivation
The project currently hardcodes /libraries in its libraries.yml definitions. but that's not the only place where you can have them. As an install profile, I'd like to put them in profiles/me/libraries.
The same is true for dropzonejs I guess.
Proposed resolution
If libraries.module is available, use it to update the path to the library, e.g in an library_info_alter() hook.
Comments
Comment #2
markusa commented+1 If you have a Drupal 8 multisite setup this module will not work (needs Libraries module support)
Comment #3
samuel.mortensonI should be able to look at this tomorrow - DropzoneJS will need to have similar Libraries support for the entire browser to work though.
Comment #4
berdirAlready fixed there, see the referenced issue.
Comment #6
samuel.mortensonCopied the logic from the DropzoneJS patch, and testing things out by moving all libraries to sites/all/libraries, re-installing, and using the File Browser again. Thanks for the report!