56 lines
1.5 KiB
XML
Executable File
56 lines
1.5 KiB
XML
Executable File
<?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>
|