9 lines
276 B
Text
9 lines
276 B
Text
snippet mmodxml
|
|
<?xml version="1.0"?>
|
|
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
|
|
<module name="$1" setup_version="0.1.0">
|
|
$0
|
|
</module>
|
|
</config>
|
|
endsnippet
|