Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (11 loc) · 322 Bytes

links.md

File metadata and controls

13 lines (11 loc) · 322 Bytes

< Menu

Links

Get the URL from a link field

This gets the FIRST links url, often link fields are multiple, or need to be accessed by their index.

{{ content.field_link_multiple.0['#url'] }}

Get the link TITLE from a link field

{{ content.field_link_multiple.0['#title'] }}