🇮🇹Italy fralenuvole
Hello,
thank you for your module.
I am following your instructions in the last comment, and I am able to extract and render my custom field {{ content.field_example }}.
Also {{ content|without('field_example') }} renders the title, but already linked.
I need to have the menu title and URI separately, because I want to wrap both {{ content.field_example }} and {{ MENU_TITLE }} in the link (in my case content.field_example renders an SVG icon).
Could you tell me how to extract the MENU_URL and MENU_TITLE separately, in order to have the following format?
{{ content.field_example }}{{ MENU_TITLE }}
Kind regards,
Francesco