How will you create subtheme in drupal?
Answer / Jyoti Rawat
Creating a subtheme in Drupal involves copying the base theme and making changes to its files, then creating a new .info.yml file for the subtheme. In the subtheme's .info.yml, you'll define the parent theme, the theme name, and other configuration details.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the main advantages of drupal?
Can we include one php file multiple times?
What is entity api module ?
Is drupal in php?
Name the translations available in drupal?
Explain security features of drupal?
What does drupal do?
Describe the field api that was introduced into core in drupal 7.
Drupal is flexible at handling events automatically and employing triggers. How do developers make use of these features?
How will you alter the views query?
How do I add a module?
What do you mean by pdo in drupal and how to enable pdo?