I’m trying to get a customer background image to show that is relative to the path of the content folder and not the assets folder. At the moment I’m using:
But when I do this the image is uploading to the content directory (in this case the ‘stories’ folder) and I can’t even hardcode this because the name obviously changes sometimes depending on ordering (like 4-content etc).
Is there a way that the file is either uploaded to the assets folder or that I can retrieve the path of the base content folder?