Installation du module MailJet + on prépare le terrain pour la gestion des fiches recette

This commit is contained in:
2021-03-30 13:28:37 +02:00
parent 638f59eb8f
commit eed9abf439
27 changed files with 3612 additions and 0 deletions

View 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>