File tree Expand file tree Collapse file tree 7 files changed +5
-5
lines changed
app/code/Magento/Catalog/etc
integration/testsuite/Magento/Widget
_files/design/adminhtml/magento_basic/Magento_Catalog/web/images
static/testsuite/Magento/Test/Integrity/Magento/Widget/_files Expand file tree Collapse file tree 7 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 8
8
<widgets xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
9
xsi : noNamespaceSchemaLocation =" ../../../Magento/Widget/etc/widget.xsd" >
10
10
<widget id =" new_products" class =" Magento\Catalog\Block\Product\Widget\NewWidget" is_email_compatible =" true"
11
- placeholder_image =" Magento_Catalog::images/product_widget_new.gif " ttl =" 86400" >
11
+ placeholder_image =" Magento_Catalog::images/product_widget_new.png " ttl =" 86400" >
12
12
<label translate =" true" >Catalog New Products List</label >
13
13
<description translate =" true" >List of Products that are set as New</description >
14
14
<parameters >
Original file line number Diff line number Diff line change 8
8
<widgets xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
9
xsi : noNamespaceSchemaLocation =" ../../../../../../../../../app/code/Magento/Widget/etc/widget.xsd" >
10
10
<widget id =" new_products" class =" Magento\Catalog\Block\Product\Widget\NewWidget" is_email_compatible =" true"
11
- placeholder_image =" Magento_Catalog::images/product_widget_new.gif " >
11
+ placeholder_image =" Magento_Catalog::images/product_widget_new.png " >
12
12
<label translate =" true" >Catalog New Products List</label >
13
13
<description translate =" true" >List of Products that are set as New</description >
14
14
<parameters >
Original file line number Diff line number Diff line change 7
7
'new_products ' => [
8
8
'@ ' => ['type ' => 'Magento\Sales\Block\Widget\Guest\Form ' ],
9
9
'is_email_compatible ' => '1 ' ,
10
- 'placeholder_image ' => 'Magento_Catalog::images/product_widget_new.gif ' ,
10
+ 'placeholder_image ' => 'Magento_Catalog::images/product_widget_new.png ' ,
11
11
'name ' => 'Orders and Returns ' ,
12
12
'description ' => 'Orders and Returns Search Form ' ,
13
13
'parameters ' => [
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ public function getPlaceholderImageUrlDataProvider()
60
60
return [
61
61
'custom image ' => [
62
62
'Magento\Catalog\Block\Product\Widget\NewWidget ' ,
63
- 'Magento_Catalog/images/product_widget_new.gif ' ,
63
+ 'Magento_Catalog/images/product_widget_new.png ' ,
64
64
],
65
65
'default image ' => ['non_existing_widget_type ' , 'Magento_Widget/placeholder.gif ' ]
66
66
];
Original file line number Diff line number Diff line change 8
8
<widgets xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
9
xsi : noNamespaceSchemaLocation =" ../../../../../../../../../../app/code/Magento/Widget/etc/widget.xsd" >
10
10
<widget id =" new_products" class =" Magento\Catalog\Block\Product\Widget\NewWidget" module =" Magento_Catalog" is_email_compatible =" true"
11
- placeholder_image =" Magento_Catalog::images/product_widget_new.gif " translate =" label description" >
11
+ placeholder_image =" Magento_Catalog::images/product_widget_new.png " translate =" label description" >
12
12
<label >Catalog New Products List</label >
13
13
<description >List of Products that are set as New</description >
14
14
<parameter name =" display_type" type =" select" required =" true" visible =" true" translate =" label description" >
You can’t perform that action at this time.
0 commit comments