Answer Posted / Ajay Pratap
For a custom theme in Drupal, the following files are typically needed:n1. Theme directory (e.g., custom_theme)n2. info.yml filen3. .info.yml or .info.php file for dependenciesn4. Template files (e.g., template.php, template.html.twig, and other HTML.twig files)n5. CSS files (style.css.less or style.css.scss, less/scss folder with corresponding less/scss files)n6. JavaScript files (js folder with .js files and library.json file if required)n7. Images and other media assets
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers