Skip to content

Commit

Permalink
feat: removed image_size field (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmolinacano committed Nov 2, 2023
1 parent cfff915 commit 6bef246
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 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.13.5",
"version": "0.13.6",
"description": "Doofinder module for Magento 2",
"type": "magento2-module",
"require": {
Expand Down
12 changes: 0 additions & 12 deletions etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,18 +127,6 @@
<![CDATA[ Configure when registered product changes are sent to Doofinder ]]>
</comment>
</field>
<field id="image_size"
translate="label"
type="text"
sortOrder="400"
showInDefault="0"
showInWebsite="0"
showInStore="0">
<label>Image size</label>
<comment>
<![CDATA[Export product image with given width. Leave empty to use original size.]]>
</comment>
</field>
<field id="categories_in_navigation"
translate="label"
type="select"
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.13.5">
<module name="Doofinder_Feed" setup_version="0.13.6">
<sequence>
<module name="Magento_Integration" />
</sequence>
Expand Down

0 comments on commit 6bef246

Please sign in to comment.