Adding Regions to a Theme

Enabling a new region for a theme requires:

  • Adding region metadata to your THEMENAME.info.yml file
  • Printing the region as a Twig variable in your page.html.twig file (and page template variants)

Important Note: If you declare any regions in your theme, even just one, all the default regions will no longer be applied and you assume responsibility for declaring any and all regions you want to use.  

Subscribe with RSS Subscribe to RSS - regions to theme