I can't get at the value for an image field in the menu twig file
Methods that I generally use in twig files are not outputting a URI value.
I have two custom fields [ "field_text_block" type text, "field_tile_image" type image ] on menu items. Getting teh value of the text field is no problem {{ item.entity.field_text_block.value }}
, but nothing I do for the image field produces output.
Ex. {{ item.entity.field_tile_image.entity.uri.value }}
Active
3.1
Code