Skip to content

Commit 00650a8

Browse files
committed
magento/magento2-page-builder#543: Content Product Attributes Default Sorting Order
- Partially Reverting 53b25c7
1 parent 53b25c7 commit 00650a8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

app/code/Magento/Catalog/Setup/Patch/Data/UpdateProductAttributes.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,15 +113,14 @@ public function apply()
113113
\Magento\Catalog\Model\Product::ENTITY,
114114
$attributeSetId,
115115
'Content',
116-
'short_description',
117-
100
116+
'description'
118117
);
119118
$categorySetup->addAttributeToGroup(
120119
\Magento\Catalog\Model\Product::ENTITY,
121120
$attributeSetId,
122121
'Content',
123-
'description',
124-
110
122+
'short_description',
123+
100
125124
);
126125

127126
//Images tab

0 commit comments

Comments
 (0)