Skip to content

Commit

Permalink
Hide script and installation (#265)
Browse files Browse the repository at this point in the history
* Hide script and installation id fields in website due to their relocalization to groups

* updated versions
  • Loading branch information
Aitor-Corrales committed Apr 17, 2023
1 parent 284358b commit 428502c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.1",
"version": "0.10.2",
"description": "Doofinder module for Magento 2",
"type": "magento2-module",
"require": {
Expand Down
4 changes: 2 additions & 2 deletions etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
type="text"
sortOrder="200"
showInDefault="0"
showInWebsite="1"
showInWebsite="0"
showInStore="0">
<depends>
<field id="doofinder_layer_enabled">1</field>
Expand All @@ -81,7 +81,7 @@
type="textarea"
sortOrder="300"
showInDefault="0"
showInWebsite="1"
showInWebsite="0"
showInStore="0">
<depends>
<field id="doofinder_layer_enabled">1</field>
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.1">
<module name="Doofinder_Feed" setup_version="0.10.2">
<sequence>
<module name="Magento_Integration" />
</sequence>
Expand Down

0 comments on commit 428502c

Please sign in to comment.