Installation du module MailJet + on prépare le terrain pour la gestion des fiches recette
This commit is contained in:
24
local/modules/Mailjet/Config/config.xml
Normal file
24
local/modules/Mailjet/Config/config.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?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">
|
||||
|
||||
<forms>
|
||||
<form name="mailjet.configuration" class="Mailjet\Form\MailjetConfigurationForm" />
|
||||
</forms>
|
||||
|
||||
<services>
|
||||
<service id="action.mailjet.newsletter" class="Mailjet\EventListeners\NewsletterListener">
|
||||
<argument type="service" id="thelia.translator" />
|
||||
|
||||
<tag name="kernel.event_subscriber" />
|
||||
</service>
|
||||
</services>
|
||||
|
||||
<hooks>
|
||||
<hook id="mailjet.configuration.hook" class="Mailjet\Hook\HookManager" scope="request">
|
||||
<tag name="hook.event_listener" event="module.configuration" type="back" method="onModuleConfiguration" />
|
||||
</hook>
|
||||
</hooks>
|
||||
</config>
|
||||
Reference in New Issue
Block a user