Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ronnieduke/b8065b356c3821b5d37d to your computer and use it in GitHub Desktop.
Save ronnieduke/b8065b356c3821b5d37d to your computer and use it in GitHub Desktop.
Get URL for a Mura extended attribute file
<!--- 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