Premiers écrans sur module PointRetrait
This commit is contained in:
@@ -4,31 +4,21 @@
|
||||
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">
|
||||
|
||||
<hooks>
|
||||
<hook id="pdr.admin.hook" class="PointRetrait\Hook\AdminHook">
|
||||
<tag name="hook.event_listener" event="home.block" type="back" method="displayScheduledWithdrawals" />
|
||||
<tag name="hook.event_listener" event="main.in-top-menu-items" type="back" method="onMainTopMenuTools" />
|
||||
<argument type="service" id="thelia.securityContext"/>
|
||||
</hook>
|
||||
</hooks>
|
||||
|
||||
<loops>
|
||||
<!-- sample definition
|
||||
<loop name="MySuperLoop" class="PointRetrait\Loop\MySuperLoop" />
|
||||
-->
|
||||
<loop name="pdr_places" class="PointRetrait\Loop\GeneralLoop"/>
|
||||
<loop name="pdr_schedule" class="PointRetrait\Loop\ScheduleLoop"/>
|
||||
</loops>
|
||||
|
||||
<forms>
|
||||
<!--
|
||||
<form name="MyFormName" class="PointRetrait\Form\MySuperForm" />
|
||||
-->
|
||||
<form name="pdr-place-main-update" class="PointRetrait\Form\MainForm"/>
|
||||
</forms>
|
||||
|
||||
|
||||
<!--
|
||||
<services>
|
||||
|
||||
</services>
|
||||
-->
|
||||
|
||||
<!--
|
||||
<hooks>
|
||||
<hook id="pointretrait.hook" class="PointRetrait\Hook\MySuperHook">
|
||||
<tag name="hook.event_listener" event="main.body.bottom" type="front|back|pdf|email" method="onMainBodyBottom" />
|
||||
</hook>
|
||||
</hooks>
|
||||
-->
|
||||
|
||||
</config>
|
||||
|
||||
Reference in New Issue
Block a user