Child pages
  • About the config.xml file

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The config.xml file makes it possible to optimize the loading of the module list in the back - office.

Code Block
<?xml version="1.0" encoding="UTF-8" ?>
        <module>
            <name>mymodule</name>
            <displayName><![CDATA[My module]]></displayName>
            <version><![CDATA[1.0]]></version>
            <description><![CDATA[Description of my module.]]></description>
            <author><![CDATA[Firstname Lastname]]></author>
            <tab><![CDATA[front_office_features]]></tab>
 			<confirmUninstall>Are you sure you want to uninstall?</confirmUninstall>
            <is_configurable>0</is_configurable>
            <need_instance>0</need_instance>
		    <limited_countries></limited_countries>
        </module>

...