Skip to content

Commit c82ac70

Browse files
Add explanation to config option
1 parent fe0d4dd commit c82ac70

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

etc/adminhtml/system.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,15 @@
141141
<field id="remove_redundant_eav" translate="label" type="select" sortOrder="160" showInDefault="1" showInWebsite="0" showInStore="0">
142142
<label>Remove Redundant EAV</label>
143143
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
144-
<comment>Enable or disable the removal of redundant EAV attribute values. (Default: no)</comment>
144+
<comment>
145+
<![CDATA[
146+
Enable or disable the removal of redundant EAV attribute values. (Default: no)
147+
<br/><br/>
148+
When a product's family (attribute set) changes in Akeneo, attributes no longer in the new set may still have values stored in the database.
149+
<br/><br/>
150+
Enabling this option removes these redundant values during import, keeping the database clean and consistent.
151+
]]>
152+
</comment>
145153
</field>
146154
<group id="slack" translate="label" type="text" sortOrder="160" showInDefault="1" showInWebsite="0"
147155
showInStore="0">

0 commit comments

Comments
 (0)