Skip to content

Instantly share code, notes, and snippets.

@modmedia
Created January 18, 2014 22:01
Show Gist options
  • Save modmedia/8497283 to your computer and use it in GitHub Desktop.
Save modmedia/8497283 to your computer and use it in GitHub Desktop.
Get URL for a Mura extended attribute file
<!--- In a Mura page template --->
#$.getURLForFile(filename=$.content('extAttribute')#
<!--- In a Mura component --->
#$.getURLForFile(filename=$.component('extAttribute')#
<!--- In a Mura iterator --->
#$.getURLForFile(filename=item.getExtAttribute())#
@JonasEriksson
Copy link

The first two examples are missing a closing ")".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment