QuestionQ28

Layout/UI

A developer wants to initialize a theme in Adobe Commerce.

Which two files are necessary to complete this task?

Choose two
  • A theme.less
  • B registration.php
  • C composer.json
  • D theme.xml
Explanation

An Adobe Commerce theme requires theme.xml to declare the theme and registration.php to register it with the application. A composer.json file is optional, and stylesheet files such as theme.less are only needed when adding styling. Adobe Commerce theme development workflow

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!