Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
when adding region to page--front.html.twig it does not show up on home page or anywhere but while adding the same in page.html.twig it is visible in other pages but not home page. drupal is up to date this point. any solution for this?
Since the Drupal 8.5 there is a layout builder, but I only can see it works with content type, where can we build a independent page by using the layout builder, like the panel page in Drupal7, you can create whatever page you need and give a url address for it.
i have created a custom views field handler to build & render a specific value in a view. My class extends the Numeric class.
In the "render" function of my class, I can build my data and return it. But, my data have several values, and the "return" function return only 1 value.