Skip to content

Commit

Permalink
Hide field image_size in Magento (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aitor-Corrales committed Apr 26, 2023
1 parent 33da446 commit 84b0593
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "doofinder/doofinder-magento2",
"version": "0.10.4",
"version": "0.10.5",
"description": "Doofinder module for Magento 2",
"type": "magento2-module",
"require": {
Expand Down
6 changes: 3 additions & 3 deletions etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@
translate="label"
type="text"
sortOrder="400"
showInDefault="1"
showInWebsite="1"
showInStore="1">
showInDefault="0"
showInWebsite="0"
showInStore="0">
<label>Image size</label>
<comment>
<![CDATA[Export product image with given width. Leave empty to use original size.]]>
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Doofinder_Feed" setup_version="0.10.4">
<module name="Doofinder_Feed" setup_version="0.10.5">
<sequence>
<module name="Magento_Integration" />
</sequence>
Expand Down

0 comments on commit 84b0593

Please sign in to comment.