Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #367 from DivanteLtd/feature/allowed-stores-config…
Browse files Browse the repository at this point in the history
…uration-setting-in-website-scope

Feature/allowed stores configuration setting in website scope
  • Loading branch information
doliwa-divante authored Nov 17, 2020
2 parents 6c3bd90 + 89645a3 commit eee89f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/module-vsbridge-indexer-core/etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
<tab>vuestorefront_config</tab>
<resource>Divante_VsbridgeIndexerCore::configuration</resource>

<group id="general_settings" translate="label" type="text" sortOrder="10" showInDefault="1" showInWebsite="0" showInStore="0">
<group id="general_settings" translate="label" type="text" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="0">
<label>General Settings</label>
<field id="enable" translate="label comment" type="select" sortOrder="21" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Enable VS Bridge</label>
<comment>Enable to run indexes with Elasticsearch.</comment>
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
</field>
<field id="allowed_stores" translate="label comment" type="multiselect" sortOrder="31" showInDefault="1" showInWebsite="0" showInStore="0">
<field id="allowed_stores" translate="label comment" type="multiselect" sortOrder="31" showInDefault="1" showInWebsite="1" showInStore="0">
<label>List of stores to reindex</label>
<comment>For every store view separated index is created in Elastic</comment>
<source_model>Magento\Config\Model\Config\Source\Store</source_model>
Expand Down

0 comments on commit eee89f7

Please sign in to comment.