[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,29 @@
<?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>Front\Front</fullnamespace>
<descriptive locale="en_US">
<title>Front integration</title>
<description></description>
</descriptive>
<descriptive locale="fr_FR">
<title>Front office module</title>
<description></description>
</descriptive>
<languages>
<language>en_US</language>
<language>fr_FR</language>
</languages>
<version>2.5.4</version>
<authors>
<author>
<name>Thelia team</name>
<email>info@thelia.net</email>
</author>
</authors>
<type>classic</type>
<thelia>2.5.4</thelia>
<stability>alpha</stability>
<hidden>1</hidden>
</module>