[11/06/2024] Les premières modifs + installation de quelques modules indispensables

This commit is contained in:
2024-06-11 14:57:59 +02:00
parent 5ac5653ae5
commit 77cf2c7cc6
1626 changed files with 171457 additions and 131 deletions

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