What are the files required for creating custom theme ?
Answer / Awanish Kumar
To create a custom theme in Drupal, you'll need to create several files within a new folder, including:
- template.php (for custom preprocess functions)
- style.css (main stylesheet)
- .info.yml (theme information file)
- .info_file.yml (optional theming information file for specific content types)
| Is This Answer Correct ? | 0 Yes | 0 No |
What are contributed modules in drupal?
What is theme and theme engine in drupal?
How do I install drush globally?
Did you used the panel module? If yes then what is the use of that?
What is drupal node?
What is api in drupal?
How we can create multilingual site. Which module have been used?
How to install themes in your drupal website?
How to move a drupal site from one host/server to another on your new host?
What is teaser in drupal ?
Concept of comment in drupal?
Is drupal a mvc?