File tree Expand file tree Collapse file tree 3 files changed +8
-10
lines changed
app/code/Magento/ConfigurableProduct
templates/catalog/product/edit/attribute/steps Expand file tree Collapse file tree 3 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- * Copyright © Magento, Inc. All rights reserved.
4
- * See COPYING.txt for license details .
3
+ * Copyright 2025 Adobe
4
+ * All Rights Reserved .
5
5
*/
6
6
declare (strict_types=1 );
7
7
12
12
/**
13
13
* Get configuration values for frontend image uploader.
14
14
*/
15
- class uploadResizeConfigValue implements \Magento \Framework \View \Element \Block \ArgumentInterface
16
-
15
+ class UploadResizeConfigValue implements \Magento \Framework \View \Element \Block \ArgumentInterface
17
16
{
18
17
/**
19
18
* @var UploadResizeConfigInterface
@@ -58,6 +57,4 @@ public function isResizeEnabled(): bool
58
57
{
59
58
return $ this ->uploadResizeConfig ->isResizeEnabled ();
60
59
}
61
-
62
-
63
60
}
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<!--
3
3
/**
4
- * Copyright 2011 Adobe
4
+ * Copyright 2016 Adobe
5
5
* All Rights Reserved.
6
6
*/
7
7
-->
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- * Copyright © Magento, Inc. All rights reserved.
4
- * See COPYING.txt for license details .
3
+ * Copyright 2015 Adobe
4
+ * All Rights Reserved .
5
5
*/
6
6
7
7
// phpcs:disable PHPCompatibility.Miscellaneous.RemovedAlternativePHPTags.MaybeASPOpenTagFound
@@ -771,7 +771,8 @@ $uploadUrl = $block->getUrl('catalog/product_gallery/upload');
771
771
"component": "Magento_ConfigurableProduct/js/variations/steps/bulk",
772
772
"appendTo": "<?= /* @noEscape */ $ block ->getParentComponentName () ?> ",
773
773
"noImage": "<?= /* @noEscape */ $ block ->getNoImageUrl () ?> ",
774
- "variationsComponent": "<?= /* @noEscape */ $ block ->getData ('config/form ' )?> .configurableVariations",
774
+ "variationsComponent": "<?= /* @noEscape */ $ block ->getData ('config/form ' )
775
+ ?> .configurableVariations",
775
776
"isResizeEnabled": <?= /* @noEscape */ $ viewModel ->isResizeEnabled () ?> ,
776
777
"maxWidth": <?= /* @noEscape */ $ viewModel ->getMaxWidth () ?> ,
777
778
"maxHeight": <?= /* @noEscape */ $ viewModel ->getMaxHeight () ?>
You can’t perform that action at this time.
0 commit comments