Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bobgo-magento-extension
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bob Public Utils
bobgo-magento-extension
Commits
f90353ce
Commit
f90353ce
authored
2 years ago
by
Billy Griffiths
Browse files
Options
Downloads
Patches
Plain Diff
Change some settings labels + remove global extension debug
parent
d9b14aae
No related branches found
No related tags found
Loading
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
etc/adminhtml/system.xml
+10
-16
10 additions, 16 deletions
etc/adminhtml/system.xml
with
10 additions
and
16 deletions
etc/adminhtml/system.xml
+
10
−
16
View file @
f90353ce
...
...
@@ -8,28 +8,29 @@
-->
<config
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation=
"urn:magento:module:Magento_Config:etc/system_file.xsd"
>
<system>
<tab
id=
"bobgo"
translate=
"label"
sortOrder=
"200"
>
<label>
Bob Go
</label>
</tab>
<section
id=
"bobgo_CustomShipping"
showInDefault=
"1"
>
<section
id=
"bobgo_CustomShipping"
translate=
"label"
type=
"text"
sortOrder=
"520"
showInDefault=
"1"
showInWebsite=
"1"
showInStore=
"0"
>
<class>
separator-top
</class>
<tab>
bobgo
</tab>
<label>
Bob Go
</label>
<label>
Settings
</label>
<resource>
Magento_Config::config
</resource>
<group
id=
"general"
showInDefault=
"1"
>
<label>
General
Settings
</label>
<label>
Settings
</label>
<field
id=
"version"
translate=
"label"
type=
"label"
sortOrder=
"1"
showInDefault=
"1"
showInWebsite=
"0"
showInStore=
"0"
>
<label>
Version
</label>
<frontend_model>
bobgo\CustomShipping\Block\System\Config\Form\Field\Version
</frontend_model>
</field>
<field
id=
"enabled"
translate=
"label"
type=
"select"
sortOrder=
"10"
showInDefault=
"1"
showInWebsite=
"1"
showInStore=
"1"
>
<label>
E
nabled for Checkout
</label>
<label>
E
xtension enabled
</label>
<source_model>
Magento\Config\Model\Config\Source\Yesno
</source_model>
</field>
<field
id=
"debug"
translate=
"label"
type=
"select"
sortOrder=
"20"
showInDefault=
"1"
showInWebsite=
"1"
showInStore=
"1"
>
<
!--
field id="debug" translate="label" type="select" sortOrder="20" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Debug Mode</label>
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
</field>
</field
--
>
</group>
</section>
<section
id=
"general"
translate=
"label"
type=
"text"
sortOrder=
"10"
showInDefault=
"1"
showInWebsite=
"1"
showInStore=
"1"
>
...
...
@@ -43,14 +44,8 @@
<section
id=
"carriers"
translate=
"label"
type=
"text"
sortOrder=
"1"
showInDefault=
"1"
showInWebsite=
"1"
showInStore=
"1"
>
<group
id=
"bobgo"
translate=
"label"
type=
"text"
sortOrder=
"2"
showInDefault=
"1"
showInWebsite=
"1"
showInStore=
"1"
>
<label>
Bob Go
</label>
<field
id=
"version"
translate=
"label"
type=
"label"
sortOrder=
"0"
showInDefault=
"1"
showInWebsite=
"0"
showInStore=
"0"
>
<label>
Version
</label>
<frontend_model>
bobgo\CustomShipping\Block\System\Config\Form\Field\Version
</frontend_model>
</field>
<field
id=
"active"
translate=
"label"
type=
"select"
sortOrder=
"1"
showInDefault=
"1"
showInWebsite=
"1"
showInStore=
"0"
>
<label>
Enabled
</label>
<label>
Enabled
for Checkout
</label>
<source_model>
Magento\Config\Model\Config\Source\Yesno
</source_model>
</field>
...
...
@@ -58,7 +53,6 @@
<label>
Title
</label>
</field>
<field
id=
"residence_delivery"
translate=
"label"
type=
"select"
sortOrder=
"7"
showInDefault=
"1"
showInWebsite=
"1"
>
<label>
Residential Delivery
</label>
<source_model>
Magento\Config\Model\Config\Source\Yesno
</source_model>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment