Création module d'affichage des modes de livraison dans le Footer

This commit is contained in:
2021-09-05 21:24:45 +02:00
parent 477294b5e8
commit b4d0169996
12 changed files with 406 additions and 0 deletions

View File

@@ -0,0 +1,50 @@
<?xml version="1.0" encoding="UTF-8" ?>
<config xmlns="http://thelia.net/schema/dic/config"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://thelia.net/schema/dic/config http://thelia.net/schema/dic/config/thelia-1.0.xsd">
<loops>
<!-- sample definition
<loop name="MySuperLoop" class="DeliveryModulesInFooter\Loop\MySuperLoop" />
-->
</loops>
<forms>
<!--
<form name="MyFormName" class="DeliveryModulesInFooter\Form\MySuperForm" />
-->
</forms>
<commands>
<!--
<command class="DeliveryModulesInFooter\Command\MySuperCommand" />
-->
</commands>
<!--
<services>
</services>
-->
<!--
<hooks>
<hook id="deliverymodulesinfooter.hook" class="DeliveryModulesInFooter\Hook\MySuperHook">
<tag name="hook.event_listener" event="main.body.bottom" type="front|back|pdf|email" method="onMainBodyBottom" />
</hook>
</hooks>
-->
<!--
<exports>
</exports>
-->
<!--
<imports>
</imports>
-->
</config>