How can we set the region in drupal theme?
Answer / 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 |
Explain taxonomy in drupal.
Whether drupal is written in procedural-style or object oriented?
Explain drupal administration
What does sticky at top of lists does in publishing options while creating the front page?
What is a web content management system?
Which module is required for google, facebook, twitter login?
What are the system requirements for drupal 7 and drupal 8?
Why ca not a drupal user edit a node they created?
What are the render arrays in drupal?
How will you avoid sql injection?
What is drush command?
When was drupal released?