Skip to content

Commit 945e543

Browse files
committed
MAGE-1259 Remove InstantSearch enablement dependency in Magento admin
1 parent 157535a commit 945e543

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

etc/adminhtml/system.xml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -362,9 +362,6 @@
362362
DOM selector of block in which the search results page will be displayed using JavaScript.
363363
]]>
364364
</comment>
365-
<depends>
366-
<field id="is_instant_enabled">1</field>
367-
</depends>
368365
</field>
369366
<field id="number_product_results" translate="label comment" type="text" sortOrder="5" showInDefault="1"
370367
showInWebsite="1" showInStore="1">
@@ -375,9 +372,6 @@
375372
The number of products displayed on the InstantSearch results page. Default value is 9.
376373
]]>
377374
</comment>
378-
<depends>
379-
<field id="is_instant_enabled">1</field>
380-
</depends>
381375
</field>
382376
<field id="replace_categories" translate="label comment" type="select" sortOrder="40" showInDefault="1"
383377
showInWebsite="1" showInStore="1">
@@ -388,9 +382,6 @@
388382
Do you want to replace default Magento category pages (PLPs) with the InstantSearch results page?
389383
]]>
390384
</comment>
391-
<depends>
392-
<field id="is_instant_enabled">1</field>
393-
</depends>
394385
</field>
395386
</group>
396387
<group id="instant_facets" translate="label" type="text" sortOrder="10" showInDefault="1"
@@ -453,13 +444,7 @@
453444
454445
]]>
455446
</comment>
456-
<depends>
457-
<field id="is_instant_enabled">1</field>
458-
</depends>
459447
</field>
460-
<depends>
461-
<field id="algoliasearch_instant/instant/is_instant_enabled">1</field>
462-
</depends>
463448
</group>
464449
<group id="instant_sorts" translate="label" type="text" sortOrder="10" showInDefault="1"
465450
showInWebsite="1" showInStore="1">
@@ -483,9 +468,6 @@
483468
]]>
484469
</comment>
485470
</field>
486-
<depends>
487-
<field id="algoliasearch_instant/instant/is_instant_enabled">1</field>
488-
</depends>
489471
</group>
490472
<group id="instant_options" translate="label" type="text" sortOrder="10" showInDefault="1"
491473
showInWebsite="1" showInStore="1">
@@ -540,9 +522,6 @@
540522
]]>
541523
</comment>
542524
</field>
543-
<depends>
544-
<field id="algoliasearch_instant/instant/is_instant_enabled">1</field>
545-
</depends>
546525
</group>
547526
</section>
548527
<section id="algoliasearch_products" translate="label" type="text" sortOrder="30" showInDefault="1" showInWebsite="1" showInStore="1">

0 commit comments

Comments
 (0)