I've created a view, and needed to rewrite the results of all my fields. Everything works fine except the {{ field_video }} field. It is an mp4 video file field.
I don't see any reason why it wouldn't output a video file.
Scenario: I have a custom menu, full of links defined by an end user.
It's inside a custom block, also defined by an end user.
The block has a title the user picked.
I need to have a variable in menu.html.twig that contains the title of the block, as picked by the user.
So, if Sally creates a block named "Avast!" and then places a menu inside it full of links to pirate-themed web sites, I want to be able to put something like {{ block_name }} into menu.html.twig, and have it result in the phrase "Avast!"
I am trying to make a content type where I plan to upload various PDF files about various topics of interest. People could freely download these pdf files just by clicking on the file name or the PDF image of that file once they are on the node page in question. Could anyone please guide me on which path to take to make that kind of content type?