AD0-E727 Exam Question 51
An Adobe Commerce developer decides to use a jQuery widget to implement an accordion for a customer's website. How would the developer initialize the widget in a phtml file?
<div data-mage-init='{"accordion": {"content": "<?= /* @noEscape */ $content ?>"}}'></div> Response:
<div data-mage-init='{"accordion": {"content": "<?= /* @noEscape */ $content ?>"}}'></div> Response:
AD0-E727 Exam Question 52
An Adobe Commerce developer has found following XML instructions:
<referenceBlock name="product.info">
<arguments>
<argument name="custom_info" xsi:type="string">456</argument>
</arguments>
</referenceBlock>
What are the two ways to retrieve the value of custom_info in the corresponding template?
(Choose two.)
Response:
<referenceBlock name="product.info">
<arguments>
<argument name="custom_info" xsi:type="string">456</argument>
</arguments>
</referenceBlock>
What are the two ways to retrieve the value of custom_info in the corresponding template?
(Choose two.)
Response:
AD0-E727 Exam Question 53
An Adobe Commerce developer is building a theme Vendor/Orange and needs to customize the header of email templates. Where in the theme does the developer need to place the new template for this customization?
Response:
Response:
AD0-E727 Exam Question 54
An Adobe Commerce developer wants to include multiple LESS files with the same name. Which is the directive that allows including multiple files by a name pattern?
Response:
Response:
AD0-E727 Exam Question 55
In which folder can a custom theme favicon be added?
Response:
Response: