Forked from modmedia/mura-Extended-Attribute-File.cfm
Last active
November 6, 2015 20:18
-
-
Save ronnieduke/b8065b356c3821b5d37d to your computer and use it in GitHub Desktop.
Get URL for a Mura extended attribute file
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
<!--- In a Mura page template ---> | |
#$.getURLForFile(fileid=$.content('extAttribute'))# | |
<!--- In a Mura component ---> | |
#$.getURLForFile(fileid=$.component('extAttribute'))# | |
<!--- In a Mura iterator ---> | |
#$.getURLForFile(fileid=item.getExtAttribute())# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment