Skip to content

Commit

Permalink
Creacion de modulo para pruebas javascript
Browse files Browse the repository at this point in the history
  • Loading branch information
PerezContrerasLuis committed Jun 25, 2022
1 parent 1f88022 commit 3684342
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions code/JavaScriptDev/JsFun/etc/module.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?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="JavaScriptDev_JsFun" setup_version="1.2.0">
</module>
</config>
6 changes: 6 additions & 0 deletions code/JavaScriptDev/JsFun/registration.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?php
\Magento\Framework\Component\ComponentRegistrar::register(
\Magento\Framework\Component\ComponentRegistrar::MODULE,
'JavaScriptDev_JsFun',
__DIR__
);
1 change: 1 addition & 0 deletions etc/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@
'Dotdigitalgroup_Email' => 1,
'Dotdigitalgroup_Chat' => 1,
'Foggyline_Plugged' => 1,
'JavaScriptDev_JsFun' => 1,
'Klarna_Core' => 1,
'Klarna_Ordermanagement' => 1,
'Klarna_Onsitemessaging' => 1,
Expand Down

0 comments on commit 3684342

Please sign in to comment.