Answer Posted / Anurag Bhardwaj
To set the region in a Drupal theme, you need to define them in your theme's .info.yml or .info files and then create the corresponding template files for each region. In your .info file, list the regions like this: `name: Headerntype: regionnregion_type: headernregion_settings[header]n regions[header][] = main-menunregions[header][] = site-branding`. After defining regions, create template files in your theme's templates folder that correspond to the desired region names.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers