- 🇳🇿New Zealand quietone
Can someone who know Twig verify that the page in the issue summary is up to date and can be added to the menu?
- 🇮🇳India snehal-chibde
hello @quietone, the page in the issue summary looks fine. There are certain corrections which i made to the page.
Also I would suggest we can have dump function details added to this page.
ie you can use dump in Twig templates if Twig debugging is enabled.
{{ dump(variable_name) }} - 🇮🇳India adwivedi008
Hello @snehal and @quitone
Its better if we add that by simply adding {{dump( )}} you can print all available variables in the twig and then can use it further - 🇳🇿New Zealand quietone
@snehal-chibde, thanks for confirming the content is correct. Because of that I have added it to the menu of the parent.
Any further additions or updating of the content can be handled in on going basis which normally does not require an issue.
I think this can now be closed. I am going to RTBC this because the page is available, which seemed the point of this issue. Change the status if you disagree.
- 🇮🇹Italy apaderno Brescia, 🇮🇹
Is
{{ node->field_my_title->value }}
really correct Twig syntax?