[11/06/2024] Les premières modifs + installation de quelques modules indispensables
This commit is contained in:
55
domokits/local/modules/TheliaLibrary/Config/config.xml
Executable file
55
domokits/local/modules/TheliaLibrary/Config/config.xml
Executable file
@@ -0,0 +1,55 @@
|
||||
<?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>
|
||||
<!-- sample definition
|
||||
<loop name="MySuperLoop" class="TheliaLibrary\Loop\MySuperLoop" />
|
||||
-->
|
||||
</loops>
|
||||
|
||||
<forms>
|
||||
<!--
|
||||
<form name="MyFormName" class="TheliaLibrary\Form\MySuperForm" />
|
||||
-->
|
||||
</forms>
|
||||
|
||||
<commands>
|
||||
<!--
|
||||
<command class="TheliaLibrary\Command\MySuperCommand" />
|
||||
-->
|
||||
</commands>
|
||||
|
||||
<services>
|
||||
<!-- needed to be used in loop... -->
|
||||
<service id="thelia_library_image" alias="TheliaLibrary\Service\LibraryImageService" public="true"/>
|
||||
</services>
|
||||
|
||||
|
||||
<hooks>
|
||||
<hook id="thelialibrary.tb.plugin" class="TheliaLibrary\Hook\BackHook">
|
||||
<tag name="hook.event_listener" event="thelia.blocks.plugins" type="back" templates="render:tb-plugin/import-plugin.html" />
|
||||
<tag name="hook.event_listener" event="thelia.blocks.plugincss" type="back" templates="render:tb-plugin/import-styles.html" />
|
||||
</hook>
|
||||
<!--
|
||||
<hook id="thelialibrary.item.editions" class="TheliaLibrary\Hook\BackHook">
|
||||
<tag name="hook.event_listener" event="item.edition.images" type="back" method="onItemEdition" />
|
||||
</hook>
|
||||
-->
|
||||
</hooks>
|
||||
|
||||
|
||||
<!--
|
||||
<exports>
|
||||
|
||||
</exports>
|
||||
-->
|
||||
|
||||
<!--
|
||||
<imports>
|
||||
|
||||
</imports>
|
||||
-->
|
||||
</config>
|
||||
Reference in New Issue
Block a user