File tree Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 6
6
},
7
7
"type" : " magento2-module" ,
8
8
"license" : " proprietary" ,
9
- "version" : " 1.0.0 " ,
9
+ "version" : " 1.0.1 " ,
10
10
"authors" : [
11
11
{
12
12
"name" : " ManiyaTech" ,
Original file line number Diff line number Diff line change 13
13
<resources >
14
14
<resource id =" Magento_Backend::admin" >
15
15
<resource id =" ManiyaTech_Core::core" >
16
- <resource id =" ManiyaTech_Seo::main" title =" Meta Detail Settings" translate =" title" sortOrder =" 110 " >
16
+ <resource id =" ManiyaTech_Seo::main" title =" Meta Detail Settings" translate =" title" sortOrder =" 150 " >
17
17
<resource id =" ManiyaTech_Seo::configuration_menu" title =" Configurations" translate =" title" sortOrder =" 10" />
18
18
</resource >
19
19
</resource >
20
20
<resource id =" Magento_Backend::stores" >
21
21
<resource id =" Magento_Backend::stores_settings" >
22
22
<resource id =" Magento_Config::config" >
23
23
<resource id =" ManiyaTech_Core::config" >
24
- <resource id =" ManiyaTech_Seo::seo_config" title =" Meta Detail" translate =" title" sortOrder =" 110 " />
24
+ <resource id =" ManiyaTech_Seo::seo_config" title =" Meta Detail" translate =" title" sortOrder =" 150 " />
25
25
</resource >
26
26
</resource >
27
27
</resource >
Original file line number Diff line number Diff line change 10
10
11
11
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:module:Magento_Backend:etc/menu.xsd" >
12
12
<menu >
13
- <add id =" ManiyaTech_Seo::main" title =" Meta Detail" translate =" Meta Detail" module =" ManiyaTech_Seo" parent =" ManiyaTech_Core::core" sortOrder =" 110 " resource =" ManiyaTech_Seo::main" dependsOnConfig =" seo_config/general/enabled" />
13
+ <add id =" ManiyaTech_Seo::main" title =" Meta Detail" translate =" Meta Detail" module =" ManiyaTech_Seo" parent =" ManiyaTech_Core::core" sortOrder =" 150 " resource =" ManiyaTech_Seo::main" dependsOnConfig =" seo_config/general/enabled" />
14
14
15
- <add id =" ManiyaTech_Seo::configuration_menu" title =" Configurations" module =" ManiyaTech_Seo" parent =" ManiyaTech_Seo::main" sortOrder =" 20 " action =" admin/system_config/edit/section/seo_config" resource =" ManiyaTech_Seo::configuration_menu" target =" _blank" />
15
+ <add id =" ManiyaTech_Seo::configuration_menu" title =" Configurations" module =" ManiyaTech_Seo" parent =" ManiyaTech_Seo::main" sortOrder =" 10 " action =" admin/system_config/edit/section/seo_config" resource =" ManiyaTech_Seo::configuration_menu" target =" _blank" />
16
16
</menu >
17
17
</config >
Original file line number Diff line number Diff line change 10
10
11
11
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:module:Magento_Config:etc/system_file.xsd" >
12
12
<system >
13
- <section id =" seo_config" translate =" Meta Detail" sortOrder =" 110 " showInDefault =" 1" showInWebsite =" 1" showInStore =" 1" >
13
+ <section id =" seo_config" translate =" Meta Detail" sortOrder =" 150 " showInDefault =" 1" showInWebsite =" 1" showInStore =" 1" >
14
14
<class >separator-top</class >
15
15
<label >Meta Detail</label >
16
16
<tab >maniyatech</tab >
17
17
<resource >ManiyaTech_Seo::seo_config</resource >
18
18
<group id =" general" translate =" Meta Detail Information" type =" text" sortOrder =" 10" showInDefault =" 1" showInWebsite =" 1" showInStore =" 1" >
19
19
<label >General Settings</label >
20
+ <field id =" ManiyaTech_Seo" translate =" label" type =" label" sortOrder =" 1" showInDefault =" 1" showInWebsite =" 1" showInStore =" 1" >
21
+ <label >Composer Version</label >
22
+ <frontend_model >ManiyaTech\Core\Block\Adminhtml\System\Config\Composer\Version</frontend_model >
23
+ </field >
20
24
<field id =" enabled" translate =" Enable Module" type =" select" sortOrder =" 1" showInDefault =" 1" showInWebsite =" 1" showInStore =" 1" >
21
25
<label >Enable Module</label >
22
26
<source_model >Magento\Config\Model\Config\Source\Yesno</source_model >
You can’t perform that action at this time.
0 commit comments