Skip to content

Commit

Permalink
Atualizacao modulo, definicao do menu principal
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricio-tonny committed Jan 18, 2022
1 parent e2b9c05 commit 15eb0e9
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 36 deletions.
45 changes: 22 additions & 23 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,28 @@
{
"name": "buzzdev/base",
"description": "Base Module to implement css for frontend/adminhtml and translate",
"type": "magento2-module",
"version": "1.0.0",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"require": {
"php": "~7.2.0"
},
"autoload": {
"files": [
"registration.php"
"name": "buzzdev/base",
"description": "Base Module to implement css for frontend/adminhtml and translate",
"type": "magento2-module",
"version": "1.0.0",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"psr-4": {
"Buzz\\Base\\": ""
}
},
"authors": [
"require": {
"php": "~7.2.0"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Buzz\\Base\\": ""
}
},
"authors": [
{
"name": "Alysson Victor (Dev04)",
"email": "[email protected]",
"homepage": "https://github.com/reallyAly",
"role": "Junior Developer"
"name": "Team BUZZ",
"email": "[email protected]",
"homepage": "https://github.com/Buzz-Dev-Web"
}
]
}
7 changes: 3 additions & 4 deletions etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@
* @version 1.1
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd">
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<system>
<tab id="buzz" translate="label" sortOrder="11">
<tab id="buzz" translate="label" sortOrder="999999" class="buzz-tab buzzbase-tab-container">
<label>Buzz</label>
</tab>
</tab>
<section id="buzz_base" translate="label" sortOrder="1" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Base</label>
<tab>buzz</tab>
Expand Down
12 changes: 6 additions & 6 deletions etc/config.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<?xml version="1.0"?>
<!--
/**
/**
* @package Buzz_Base
* @author Team Buzz Web
* @copyright Copyright (c)
* @version 1.1
*/
-->
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<default>
<buzz_base>
<general>
<base_enable>1</base_enable>
</general>
<base_enable>1</base_enable>
</general>
<base_netx>
<my_contact>[email protected]</my_contact>
</base_netx>
Expand All @@ -21,4 +21,4 @@
</base_instaled>
</buzz_base>
</default>
</config>
</config>
6 changes: 3 additions & 3 deletions etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0"?>
<!--
/**
/**
* @package Buzz_Base
* @author Team Buzz Web
* @copyright Copyright (c)
* @version 1.1
*/
-->
<?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="Buzz_Base" setup_version="1.0.0"/>
</config>
</config>

0 comments on commit 15eb0e9

Please sign in to comment.