22 lines
1002 B
XML
22 lines
1002 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">
|
|
|
|
<hooks>
|
|
<hook id="opengraph.hook" class="OpenGraph\Hook\OpenGraphHook" scope="request">
|
|
<tag name="hook.event_listener" event="module.configuration" type="back" method="onModuleConfiguration" />
|
|
|
|
<tag name="hook.event_listener" event="main.head-bottom" type="front" method="onMainHeadBottom" />
|
|
<tag name="hook.event_listener" event="main.body-bottom" type="front" method="openGraphSharingButtons" />
|
|
<tag name="hook.event_listener" event="main.stylesheet" type="front" method="onMainStylesheet" />
|
|
</hook>
|
|
</hooks>
|
|
|
|
<forms>
|
|
<form name="open.graph.configuration.form" class="OpenGraph\Form\OpenGraphConfigurationForm" />
|
|
</forms>
|
|
|
|
</config>
|