How can we add regions in drupal theme?
Answer / Litile Tyagi
To add regions in a Drupal theme, you need to modify the .info.yml file. Regions are defined in this file under the 'regions' key. For example, to add a new region called 'my-region', you would add the following line: my-region: Region for my-region.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is content construction kit (cck) in drupal?
What is Drupal main menu?
What is permission in drupal ?
List the required files for modules in drupal?
Is drupal a mvc?
Explain the flow of information between the 5 main layers of drupal?
What is the use of hook_update_n? How drupal knows the last schema details?
Explain what is render array in Drupal?
Explain how database system of Drupal works?
How to customize a drupal syndicate feed icon?
What are drupal themes?
Which are the core required modules in drupal 6.x?