Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I installed fresh Drupal 9, Devel and Kint as usual but when i tried to access the node properties saw all of them are protected, so any twig function only return Null
Hi everybody!
I have created a view with the teaser. I have a content type with two fields: a body and one image. You can see here: http://ssgweb.iaa.es/results
I have a content-type with 6 different CKEditors for several different parts of the page. Some of these will have a very different layout in the frontend and I would like to style the content in the WYSIWYG to look the same for each instance but there is absolutely no way to target the content in each individualy.
I try to use the image that should be available for each node of a particular Content Type. In the content type I have added a field_image (system name) with label "Branding Region Backgound". I have made a template file "block--system-branding-block.html.twig" which works fine. But ... how to get the image that is defined / uploaded for each content page of this particular Content Type?
This trail {{ file_url(node.field_image.entity.fileuri) }} is not working.