comment puis-je obtenir mon identifiant de lien de module dans le pied de page à partir des valeurs de configuration de base que j'ai définies dans la configuration du système d'administration
<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>