Magento 2에서 일부 레이아웃 핸들 XML 파일은
<page.../>
루트 태그. 다른 사람들은
<layout.../>
루트 태그. 위의 태그 중 하나를 사용하면 레이아웃 핸들 XML 파일에 기능상의 차이점이 있습니까? 아니면이 순수한 창문 드레싱입니까? 아니면 그 사이에 뭔가가 있습니다.
두 가지 예
<!-- File: vendor/magento/module-weee/view/frontend/layout/default.xml -->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
과
<!-- File: vendor/magento/module-widget/view/adminhtml/layout/adminhtml_widget_loadoptions.xml -->
<layout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/layout_generic.xsd">