問題タブ [drupal-nodes]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
drupal - Drupal 8 - Get a node url in twig
I have a content-type referring to an other content-type (a pair of articles), which refer to a content-type (an article).
I would like to redirect to the article url when the article block is clicked on my twig, so I came up with the code below
Unfortunately, this is not working, I've got an error saying that the route does not exists.
How can I refer to my article url with that complex structure ?