Skip to content

Commit

Permalink
Merge pull request #187 from norgeindian/patch-1
Browse files Browse the repository at this point in the history
Fix attribute group
  • Loading branch information
sprankhub authored Nov 4, 2020
2 parents c08da3f + 2fe7217 commit 36e7050
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Setup/InstallData.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public function install(ModuleDataSetupInterface $setup, ModuleContextInterface
'required' => false,
'used_in_product_listing' => true,
'apply_to' => $productTypes,
'group' => 'General',
'group' => 'Product Details',
'unique' => false,
'is_html_allowed_on_front'=> true,
'visible_on_front' => true,
Expand Down
2 changes: 1 addition & 1 deletion Setup/UpgradeData.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public function upgrade(ModuleDataSetupInterface $setup, ModuleContextInterface
'required' => false,
'used_in_product_listing' => true,
'apply_to' => $productTypes,
'group' => 'General',
'group' => 'Product Details',
'unique' => false,
'is_html_allowed_on_front'=> true,
'visible_on_front' => true,
Expand Down

0 comments on commit 36e7050

Please sign in to comment.