Created
September 22, 2017 11:38
-
-
Save ABooooo/653558fb1e9f43d5e5e99237139c6576 to your computer and use it in GitHub Desktop.
MASK - get image path
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// compare with autogenerated code | |
<div class="boxContent" style="background-image: url( | |
<f:if condition="{data_item.tx_mask_bgimage}"> | |
<f:for each="{data_item.tx_mask_bgimage}" as="file"> | |
<f:uri.image src="{file.publicUrl}" /> | |
</f:for> | |
</f:if> | |
);"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment