Hello.
I have setup a blueprint like this:
fields:
…
.Image:
type: file
label: Image
destination: '@self’
multiple: false
accept:
- image/*
Strange thing is that there is the absolute path saved in frontmatter. means that when i rename a folder, the files are not accessible anymore. is there a way to generate the path dynamicly?
Thank you!