In Drupal 8 I can insert a node into the header of a view – Configure Header: Global: Rendered entity – Content
Allows me to identify the node I want to show, but I should be able to add twig replacement patterns into the Global: Rendered entity – Content (Global: Rendered entity – Content)
If I select -> Use replacement tokens from the first row
I get a list of Replacement patterns, “The following tokens are available. You may use Twig syntax in this field.”
{{ created }} == Content: Authored on {{ title }} == Content: Title {{ body }} == Content: Body {{ arguments.created_year }} == Content: Created year title {{ raw_arguments.created_year }} == Content: Created year input
Unfortunately, there is no field to insert them into to control it’s output.
How do I control the output? Essentially, I want the View to inherit the aspects of a content type.