I am trying to render individual field values in the details.html.twig template (https://api.drupal.org/api/drupal/core%21modules%21system%21templates%21...) so that I can customize the layout(s) of a field group (tabs) for a custom content type. By default, the template just dumps out {{ children }} and {{value }} in a serialized way.
I decide to migrate my old website from drupal 7 to drupal 9. (I have a website for my sport association)
I like this new version of drupal, and I would like to use the default them Olivero. This them is perfect for my website with a really good responsive design and I like particulary UX Design.
However, I have a problem. I would like to change the size of the footer. For my project, the size of footer is too high.
I have done a research on documentation but have not found anything.
I created a custom field description on taxonomy term and should view it, based on the taxonomy term in a page--taxonomy--term-- TERMID.html.twig, how can I access that field and view it either on the page or in a block created by views?
I'm trying to "Fix" a theme that isn't working with Drupal 9.
There is a function to render blocks as below.
Can you tell me how to change this to work with D9? It's failing on entity_view() PHP message: Error: Call to undefined function entity_view()