Skip to content

Commit 4966a01

Browse files
Merge branch 'MAGETWO-51403' of https://github.corp.magento.com/magento-tango/magento2ce into MAGETWO-51470
2 parents b9569ef + d2400cd commit 4966a01

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/code/Magento/Catalog/Setup/UpgradeData.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,12 @@ public function upgrade(ModuleDataSetupInterface $setup, ModuleContextInterface
257257
'frontend_label',
258258
'Small'
259259
);
260+
$categorySetup->updateAttribute(
261+
ProductAttributeInterface::ENTITY_TYPE_CODE,
262+
'image',
263+
'frontend_input_renderer',
264+
null
265+
);
260266

261267
//Design tab
262268
$categorySetup->updateAttribute(

0 commit comments

Comments
 (0)