ExamGecko
Question list
Search
Search

Question 37 - AD0-E717 discussion

Report
Export

A developer would like to initialize a theme in Adobe Commerce. Which two files are required to complete this task? (Choose two.)

A.
theme.less
Answers
A.
theme.less
B.
registration.php
Answers
B.
registration.php
C.
composerjson
Answers
C.
composerjson
D.
themexml
Answers
D.
themexml
Suggested answer: B, D

Explanation:

The two files that are required to initialize a theme in Adobe Commerce are registration.php and theme.xml. The registration.php file registers the theme in the system and assigns a unique name to it. The theme.xml file declares the theme's title, parent theme, media directory, and preview image.

The theme.less file is not required to initialize a theme, but it can be used to define global styles for the theme. The composer.json file is not required to initialize a theme, but it can be used to manage dependencies and packages for the theme.

Verified

Reference: [Adobe Commerce Developer Guide - Create a theme]

asked 02/10/2024
Rafal Piasecki
40 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first