List the required files for theme in drupal?
Answer / 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 |
What is form state?
What is the use of server field in setup payments?
What is drupal child?
What do you mean by pdo in drupal and how to enable pdo?
What is the use of Rate field while setting up taxes?
What is module in drupal? List out some of the modules used in drupal?
Explain the menu system in drupal? Purpose of menus?
why does drupal need a database?
What are blocks in drupal?
How will alter the existing forms?
How url aliases works in drupal?
Why Drupal is considered powerful CMS compare to other CMS system?