Externalisation de la clé API Google dans la config du module PlanificationLivraison
This commit is contained in:
@@ -11,8 +11,19 @@
|
||||
</service>
|
||||
</services>
|
||||
|
||||
<forms>
|
||||
<form name="planiflivraison.configuration" class="PlanificationLivraison\Form\Configuration" />
|
||||
</forms>
|
||||
|
||||
|
||||
<loops>
|
||||
<loop name="scheduled_deliveries" class="PlanificationLivraison\Loop\ScheduledDeliveriesLoop"/>
|
||||
</loops>
|
||||
|
||||
<hooks>
|
||||
<hook id="planiflivraison.hook" class="PlanificationLivraison\Hook\HookManager">
|
||||
<tag name="hook.event_listener" event="module.configuration" type="back" method="onModuleConfiguration" />
|
||||
</hook>
|
||||
</hooks>
|
||||
|
||||
</config>
|
||||
|
||||
Reference in New Issue
Block a user