Skip to content

Commit

Permalink
Fix tab order
Browse files Browse the repository at this point in the history
  • Loading branch information
sowbiba committed Dec 12, 2023
1 parent 76e7599 commit e298074
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ps_mbo.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ class ps_mbo extends Module
'class_name' => 'AdminPsMboModule',
'parent_class_name' => 'AdminParentModulesCatalog',
'core_reference' => 'AdminModulesCatalog',
'position' => 1,
],
'AdminPsMboAddons' => [
'name' => 'Module selection',
Expand All @@ -102,6 +103,7 @@ class ps_mbo extends Module
'class_name' => 'AdminPsMboAddons',
'parent_class_name' => 'AdminParentModulesCatalog',
'core_reference' => 'AdminAddonsCatalog',
'position' => 2,
],
'AdminPsMboRecommended' => [
'name' => 'Module recommended',
Expand Down

0 comments on commit e298074

Please sign in to comment.