Guest User

Untitled

a guest
Mar 21st, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. {# Below image field from view o/p #}
  2. {{ fields.field_books_theme_pic.content }}
  3. {# Creating a Field URI post setting up relationship to image field fields.uri.content gives uri format eg:- public://image.jpg #}
  4. {{ fields.uri.content|striptags|trim }}
  5. {# and this gives the image uri for src ref #}
  6. {{ file_url(fields.uri.content|striptags|trim) }}
  7.  
  8. {% set url = fields.field_books_theme_pic.content|render|striptags %}
  9. {{ url }}
Add Comment
Please, Sign In to add comment