Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Adobe Exam AD0-E720 Topic 8 Question 10 Discussion

Actual exam question for Adobe's AD0-E720 exam
Question #: 10
Topic #: 8
[All AD0-E720 Questions]

An Adobe Commerce developer wants to create a new theme Vendor_Orange which extends from MagentoMum

a. Which file is responsible for specifying the parent theme?

Show Suggested Answer Hide Answer
Suggested Answer: B

The bin/magento dev:source-theme:deploy command is used to create symlinks for frontend theme files during development. This command allows the developer to modify source files without running static content deployment every time. The developer can use parameters to specify the type, locale, theme, and file names for creating symlinks. For example, to create symlinks for a CSS file named styles-l.css for the Vendor/Orange theme and the en_US locale, the developer can use:

bin/magento dev:source-theme:deploy --type=less --locale=en_US --theme=Vendor/Orange css/styles-l

The other two options are incorrect because they do not create symlinks for frontend theme files. The bin/magento dev:theme:deploy command is used to register themes with Magento and clear caches. The bin/magento deploy:mode:set command is used to change the application mode. Reference:Adobe Commerce Developer Documentation,Adobe Inc.


Contribute your Thoughts:

Theodora
5 hours ago
The theme.xml file is definitely the one responsible for specifying the parent theme. This is the go-to file for defining all the theme's properties.
upvoted 0 times
...
Thora
6 days ago
I think the file responsible for specifying the parent theme is theme.xml.
upvoted 0 times
...

Save Cancel