Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
We shouldn't do this. The old link in v3 was confusing. When a contenttype had a field named link, the results of {{ record.link }} were confusing. In v4, this is made explicit by using the |link "magic attribute".
link
{{ record.link }}
|link
{{ record|link() }} -> absolute link {{ record|link(true) }} -> canonical URL
I'm not closing this yet, until we're sure it's documented as such. :-)
Sorry, something went wrong.
Fixed by bolt/docs#1002
bobdenotter
Successfully merging a pull request may close this issue.
I-Valchev commentedJan 28, 2020
No description provided.
The text was updated successfully, but these errors were encountered: