I’ve recently updated a website to K4 and it’s working fine so far.
I have a table layout for my images; if I don’t set the title field to custom, the url works fine:
But if I set my blueprint to
gallery:
headline: Images
type: files
layout: table
columns:
title:
label: Date
value: "{{ file.date }}"
the link seems to fit the given text field. It didn’t work this way in K3; Even if the date was displayed, you could still get the relative url to the file.
Is this an issue? or did I do something wrong here?
Thanks!