Created
February 25, 2017 07:13
-
-
Save DejanBelic/4763411335bc585baa1977615f40f897 to your computer and use it in GitHub Desktop.
Link other fields with link field in drupal 8.
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
{{ link(content.field_products_image, content.field_products_read_more[0]['#url'], { 'class':['class-link']} ) }} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
THANK YOU.