[11/06/2024] Les premières modifs + installation de quelques modules indispensables
This commit is contained in:
17
domokits/local/modules/StoreSeo/Config/config.xml
Executable file
17
domokits/local/modules/StoreSeo/Config/config.xml
Executable file
@@ -0,0 +1,17 @@
|
||||
<?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="storeseo.hook" class="StoreSeo\Hook\StoreSeoHook" scope="request">
|
||||
<tag name="hook.event_listener" event="module.configuration" type="back" method="onModuleConfig" />
|
||||
</hook>
|
||||
</hooks>
|
||||
|
||||
<forms>
|
||||
<form name="storeseo_form_config" class="StoreSeo\Form\StoreSeoForm" />
|
||||
</forms>
|
||||
|
||||
</config>
|
||||
26
domokits/local/modules/StoreSeo/Config/module.xml
Executable file
26
domokits/local/modules/StoreSeo/Config/module.xml
Executable file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module xmlns="http://thelia.net/schema/dic/module"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://thelia.net/schema/dic/module http://thelia.net/schema/dic/module/module-2_2.xsd">
|
||||
<fullnamespace>StoreSeo\StoreSeo</fullnamespace>
|
||||
<descriptive locale="en_US">
|
||||
<title>Manage translations for your store main SEO meta</title>
|
||||
</descriptive>
|
||||
<descriptive locale="fr_FR">
|
||||
<title>Gère les traductions des principales metas SEO de votre boutique</title>
|
||||
</descriptive>
|
||||
<languages>
|
||||
<language>en_US</language>
|
||||
<language>fr_FR</language>
|
||||
</languages>
|
||||
<version>2.0.1</version>
|
||||
<authors>
|
||||
<author>
|
||||
<name>Etienne Perriere</name>
|
||||
<email>eperriere@openstudio.fr</email>
|
||||
</author>
|
||||
</authors>
|
||||
<type>classic</type>
|
||||
<thelia>2.5.0</thelia>
|
||||
<stability>other</stability>
|
||||
</module>
|
||||
6
domokits/local/modules/StoreSeo/Config/routing.xml
Executable file
6
domokits/local/modules/StoreSeo/Config/routing.xml
Executable file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<routes xmlns="http://symfony.com/schema/routing"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://symfony.com/schema/routing http://symfony.com/schema/routing/routing-1.0.xsd">
|
||||
</routes>
|
||||
Reference in New Issue
Block a user