"<f:link.typolink>" tag will not directly allow you to add jumpurl parameter. To achieve this we need the help of typoscriptObject. Below is an example how you can do it.
In older versions of typo3(up to 6.2.x) we have had an options to add section frames to each content elements to have different classes for the elements.
In Typoscript constant while defining the base url, we can check, if the site url is http or https. So if the site url is https, we can set the https for the baseurl
To change the file link icons form the content element "File Links", (if you are using css_styled_content) by using Typoscript, we have to give the path to our custom folder, where our custom icons…