I've got a complex arrangement of nodes and references. In a node, I would like to render the rendered content of a referenced node. This is fine, in principle. However, within the node type for the referenced note, I have a theme preprocess function that generates additional field values (information about a book via Google Books).
I made a Bootstrap 3 child-theme for further theming, but it does not appear to be loading the custom css-file "style.css" located in the CSS directory.
The child-theme itself is loading correctly, it just does not display any custom CSS in that file, and if I'm seeing this correctly, the file is not even loaded in the page-head.
Hello guys. How can i create different block templates for same menu? Main for example. It's possible at this moment? I tried to copypast everything from menu.html.twigto my custom block block--navbar-menu-primary.html.twigbut it's return me empty container. Any ideas or docs?