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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bob Public Utils
bobgo-magento-extension
Merge requests
!2
#3
-Hotfix - Typo fix
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
#3
-Hotfix - Typo fix
#3-Hotfix
into
main
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Gundo
requested to merge
#3-Hotfix
into
main
2 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
0
0
Merge request reports
Viewing commit
954a661a
Show latest version
1 file
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
954a661a
#3
-Hotfix - Typo fix
· 954a661a
Gundo Sifhufhi
authored
2 years ago
etc/adminhtml/system.xml
+
3
−
3
View file @ 954a661a
Edit in single-file editor
Open in Web IDE
Show full file
@@ -9,8 +9,8 @@
<config
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation=
"urn:magento:module:Magento_Config:etc/system_file.xsd"
>
<system>
<tab
id=
"
b
ob
g
o"
translate=
"label"
sortOrder=
"200"
>
<label>
Bob
Go
</label>
<tab
id=
"
B
ob
G
o"
translate=
"label"
sortOrder=
"200"
>
<label>
BobGo
</label>
</tab>
<section
id=
"bobgo_CustomShipping"
showInDefault=
"1"
>
<tab>
BobGo
</tab>
@@ -42,7 +42,7 @@
</section>
<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>
b
ob
g
o
</label>
<label>
B
ob
G
o
</label>
<field
id=
"version"
translate=
"label"
type=
"label"
sortOrder=
"0"
showInDefault=
"1"
showInWebsite=
"0"
showInStore=
"0"
>
<label>
Version
</label>
Loading