We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89aa66e commit deff9faCopy full SHA for deff9fa
1 file changed
Model/Import/Category.php
@@ -117,6 +117,9 @@ class Category extends \Magento\ImportExport\Model\Import\AbstractEntity
117
*/
118
private ?string $entityTable = null;
119
120
+ /**
121
+ * Attributes with index (not label) value.
122
+ */
123
private array $indexValueAttributes = [
124
'default_sort_by',
125
CategoryInterface::KEY_AVAILABLE_SORT_BY,
0 commit comments