I have a parent solution A and a module B. I want to move media files from A to B because B is a ‘core module’ that is used by other solutions and I want those media files to be available to those other solutions.
When I try to import solution A’s media files (the first of which is called add.png) into module B I am told I can’t because “The name add.png already exists as a media file”.
What’s the proper procedure for moving media files out of a parent solution and into one of its modules?
Thank you for your help.