Posted by: Pdfprep
Post Date: December 4, 2020
You are developing a module MyCompany_StoreInfo to display information about brick and mortar stores on a frontend page. The displayed information varies based on the country of a given store.
What two elements automatically render their children? (Choose two.)
A . <block class=”MagentoFrameworkViewElementAbstractBlock” name=”shop.info.details”/>
B . <block class=”MagentoFrameworkViewElementTemplate” name=”shop.info.details”/>
C . <container name=”shop.info.details”/>
D . <block class=”MagentoFrameworkViewElementTextListText” name=”shop.info.details”/>
Answer: BC
Explanation:
Reference: https://magento.stackexchange.com/questions/202403/creating-a-new-container-and-placingit-where-i-want-in-magento-2
Leave a Reply