Actions
Feature #81991
closedFSC Uploads: a-tag attribute download
Status:
Closed
Priority:
Could have
Assignee:
-
Category:
Fluid Styled Content
Target version:
-
Start date:
2017-07-27
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
FSC Uploads Download
Complexity:
Sprint Focus:
Description
Hi, there.
i am missing a dopdown field to choose between download the files or not (e. g. pdf can be opend in the browser itself) and if i choose "download" than we need a field like "title" for the download file name or the simple way only the file.name .
e. g.:
<a href="{file.publicUrl}" {f:if(condition:file.download,then: ' download="{file.name}"')} {f:if(condition:data.target,then: ' target="{data.target}"')}>
Typo3 8.7.4
https://www.w3schools.com/tags/att_a_download.asp
Thanks.
Actions