1
Magento 2: получить значение из конфигурации системы в макете XML
как получить идентификатор ссылки моего модуля в нижнем колонтитуле из значений конфигурации ядра, которые я установил в конфигурации системы администратора <referenceBlock name="footer_links"> <block class="Magento\Framework\View\Element\Html\Link\Current" name="storelocator-policy-link"> <arguments > <argument ifconfig="googlemapsstorelocator/general/enable" name="label" xsi:type="string">Google Maps Store Locator</argument> <argument name="path" xsi:type="string">I need this value form the configuration settings</argument> </arguments> </block> </referenceBlock>