Problem with field-specific media_folder #4529
Labels
area: asset-management
area: configuration
area: media-library
type: bug
code to address defects in shipped code
I want my post to have one cover that is stored in assets so Hugo is able to resize it. Also my post have multiple images inside text (markdown widget) that I want to be stored in static so I can add these with the UI. Hope it's clear: cover in assets to resize, images inside text in static to add them without any code.
I came up with this config.yml:
Paths to files appears as I expect them to, like that:
But the cover is stored in
static/img/blog/lighthouse.jpg
not inassets/covers/lighthouse.jpg
.So it looks like I can't set field based media folder... Is it even possible to do it as I described? Or I didn't understand docs right? Or I did something wrong?
Here is the repo if needed
Originally posted by @gtitov in #3208 (comment)
The text was updated successfully, but these errors were encountered: