-
Notifications
You must be signed in to change notification settings - Fork 2
config.xml
Gérits Aurélien edited this page Oct 28, 2021
·
1 revision
<?xml version="1.0" encoding="UTF-8" ?>
<config>
<authorized>
<allow_access>*</allow_access>
</authorized>
<data>
<authors>
<author>
<name>My Name</name>
<website href="http://www.magix-cms.com" />
</author>
</authors>
<release>
<date_create>21/09/2021</date_create>
<date_update>18/10/2021</date_update>
<version>1.0</version>
<phase>Stable</phase>
</release>
<bind>
<core>
<name>product</name>
</core>
<plugin>
<name>homecatalog</name>
</plugin>
<plugin>
<name>cartpay</name>
</plugin>
</bind>
<support>
<ticket href="https://github.com/magix-cms/magixcms/issues" />
<git href="https://github.com/magix-cms/magixcms" />
</support>
</data>
</config>
bind (pas obligatoire):
- core = à quel module core est-il lié ?
- plugin = à quel plugin est-il lié ?