Files
aux-bieaux-legumes/local/modules/Agenda/Config/config.xml

26 lines
1.1 KiB
XML

<?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>
<loop name="agenda-related-product" class="Agenda\Loop\RelatedProduct"/>
</loops>
<services>
<service id="agenda.listener" class="Agenda\EventListeners\EventManager">
<tag name="kernel.event_subscriber"/>
<argument type="service" id="request"/>
</service>
</services>
<hooks>
<hook id="agenda.content_edit.hook" class="Agenda\Hook\HookManager">
<tag name="hook.event_listener" event="content.modification.form-right.bottom" type="back" method="onContentEditRightColumnBottom" />
<tag name="hook.event_listener" event="content.edit-js" type="back" method="onContentEditJs" />
<tag name="hook.event_listener" event="main.head-css" type="back" method="onMainHeadCss" />
</hook>
</hooks>
</config>