Module Maintenance + création du module Recette
This commit is contained in:
32
local/modules/PayPlugModule/Config/module.xml
Executable file
32
local/modules/PayPlugModule/Config/module.xml
Executable file
@@ -0,0 +1,32 @@
|
||||
<?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>PayPlugModule\PayPlugModule</fullnamespace>
|
||||
<descriptive locale="en_US">
|
||||
<title>PayPlug payment module</title>
|
||||
<subtitle>https://www.payplug.com</subtitle>
|
||||
</descriptive>
|
||||
<descriptive locale="fr_FR">
|
||||
<title>Module de paiement PayPlug</title>
|
||||
<subtitle>https://www.payplug.com/fr</subtitle>
|
||||
</descriptive>
|
||||
<logo>payplug.png</logo>
|
||||
<images-folder>images</images-folder>
|
||||
<languages>
|
||||
<language>en_US</language>
|
||||
<language>fr_FR</language>
|
||||
</languages>
|
||||
<version>1.0.5</version>
|
||||
<authors>
|
||||
<author>
|
||||
<name>Vincent Lopes-Vicente</name>
|
||||
<email>vlopes@openstudio.fr</email>
|
||||
</author>
|
||||
</authors>
|
||||
<type>payment</type>
|
||||
<thelia>2.4.0</thelia>
|
||||
<stability>other</stability>
|
||||
<mandatory>0</mandatory>
|
||||
<hidden>0</hidden>
|
||||
</module>
|
||||
Reference in New Issue
Block a user