In the view in "rewrite results" I want to wrap the fields with a link, but I cannot get [path] how to do this in drupal 8?
<a href="[path]"> {{ field_image }} {{ title }} {{ field_preview }} </a> In the view in "rewrite results" I want to wrap the fields with a link, but I cannot get [path] how to do this in drupal 8?
<a href="[path]"> {{ field_image }} {{ title }} {{ field_preview }} </a> Source: https://ru.stackoverflow.com/questions/604936/
All Articles