Skip to content

Commit 929364b

Browse files
committed
removed store scope as no plan to support it before an actual use case
1 parent d775be1 commit 929364b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

etc/adminhtml/system.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<?xml version="1.0"?>
22
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd">
33
<system>
4-
<section id="catalog_ai" translate="label" type="text" sortOrder="45" showInDefault="1" showInWebsite="1" showInStore="1">
4+
<section id="catalog_ai" translate="label" type="text" sortOrder="45" showInDefault="1">
55
<class>separator-top</class>
66
<label>AI Data Enrichment</label>
77
<tab>catalog</tab>
88
<resource>Magento_Catalog::config_catalog_ai</resource>
9-
<group id="settings" translate="label" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
9+
<group id="settings" translate="label" sortOrder="10" showInDefault="1">
1010
<label>Settings</label>
11-
<field id="active" translate="label" type="select" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
11+
<field id="active" translate="label" type="select" sortOrder="10" showInDefault="1" canRestore="1">
1212
<label>Enabled</label>
1313
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
1414
</field>
@@ -26,7 +26,7 @@
2626
<label>OpenAI API Max Tokens</label>
2727
</field>
2828
</group>
29-
<group id="product" translate="label" sortOrder="20" showInDefault="1" showInWebsite="1" showInStore="1">
29+
<group id="product" translate="label" sortOrder="20" showInDefault="1" showInStore="1">
3030
<label>Product Fields Auto-Generation</label>
3131
<comment>
3232
<![CDATA[Use {{product_attribute_code}} (e.g. {{name}} for product name}) as product attribute data placeholder
@@ -49,7 +49,7 @@
4949
<label>Meta Description</label>
5050
</field>
5151
</group>
52-
<group id="advanced" translate="label" sortOrder="30" showInDefault="1" showInWebsite="1" showInStore="1">
52+
<group id="advanced" translate="label" sortOrder="30" showInDefault="1">
5353
<label>Advanced Settings</label>
5454
<field id="system_prompt" translate="label comment" type="text" sortOrder="10" showInDefault="1" canRestore="1">
5555
<label>System Prompt</label>

0 commit comments

Comments
 (0)