diff --git a/resources/fileTemplates/internal/Magento Module Xml.xml.html b/resources/fileTemplates/internal/Magento Module Xml.xml.html new file mode 100644 index 000000000..c932e56e1 --- /dev/null +++ b/resources/fileTemplates/internal/Magento Module Xml.xml.html @@ -0,0 +1,37 @@ + + + + + + + +
module.xml file is used to declaring the magento component and it located in the Magento install directory at "app/code/Package/ComponentName/etc/" or "vendor/Package/ComponentName/etc". +
+
+ + + + + + + + + + + + + + + + + + + +
Predefined variables will take the following values:
${PACKAGE} Module's package name. Also known as Vendor name.
${MODULE_NAME} Module's name.
${SEQUENCES} Module dependency.
+ +