With Drupal 7 tokens, how do I get the path from a custom link field? -
This should be trivial, but for my life, I can not understand how to get the URL / path with token I am using the Display Suite module of the Link field and want to create the entire teaser of the node link of the url specified in a link field.
Therefore, in the custom wrapper GUI for node display type, I add "Link as add link" and add this token:
[node: field-goto-link ] This gives me a hyperlink, so I thought I would do:
[node: field-goto-link: url] ... but this is not a valid token. So what are the sub-pieces of the links?
By ensuring the tokens that are not visible in your list are not available, access to field link URLs Be sure to enable the unit token to receive. Token in my case [node: field-link: url]
Comments
Post a Comment