Erstellt die URL einer Datei.
Attribute
| Name | Beschreibung | Type | default | required |
|---|---|---|---|---|
| file | Datei-Objekt | File Object | true | |
| absolute | Absolute URL | boolean | false | false |
Beispiel
html
<bh:uri.file file="{item.firstPicture}" />
<bh:uri.file file="{item.firstPicture}" absolute="true" />
Rückgabewerte
html
/uploads/tx_bh/1/image.png
https://www.cookis.at/uploads/tx_bh/1/image.png