문제

Which two elements automatically render their children in Xml?

  1. <block class=”\Magento\Framework\View\Element\AbstractBlock” name=”shop.info.details”/>
  2. <block class=”\Magento\Framework\View\Element\Template” name=”shop.info.details”/>
  3. <container name=”shop.info.details”/>
  4. <block class=”\Magento\Framework\View\Element\Text\ListText” name=”shop.info.details”/>

올바른 솔루션이 없습니다

다른 팁

3 and 4 I’d say.

Abstract block will not work as its class cannot be instantiated.

Template is likely the most commonly used but it does not render its children unless the template dictates it

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 magento.stackexchange
scroll top