19 lines
685 B
XML
19 lines
685 B
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">
|
|
|
|
<forms>
|
|
<form name="recette_create_form" class="Recettes\Form\RecetteCreateForm" />
|
|
<form name="recette_update_form" class="Recettes\Form\RecetteUpdateForm" />
|
|
</forms>
|
|
|
|
<hooks>
|
|
<hook id="recettes.hook" class="Recettes\Hook\HookManager">
|
|
<tag name="hook.event_listener" event="content.tab" type="back" method="onEditTab" />
|
|
</hook>
|
|
</hooks>
|
|
|
|
</config>
|