Created
          January 18, 2014 22:01 
        
      - 
      
- 
        Save modmedia/8497283 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(filename=$.content('extAttribute')# | |
| <!--- In a Mura component ---> | |
| #$.getURLForFile(filename=$.component('extAttribute')# | |
| <!--- In a Mura iterator ---> | |
| #$.getURLForFile(filename=item.getExtAttribute())# | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
            
The first two examples are missing a closing ")".