Hey, I’m in the process of building up a website. I have a media field where I’ve uploaded multiple media-files. Though, I need the opportunity to sort the display of these fields.
Maybe even the option to name your own files/src. I don’t know if you can dev in such way so that a each project get’s a url, and then uploaded file name will be remained the same?
[
“https://global.divhunt.com/{projectId}-filename1.mp4”,
“https://global.divhunt.com/{projectId}-filename2.png”,
“https://global.divhunt.com/{projectId}-filename3.png”,
]
This might solve the problem?
Let me know if you have a quick fix for this