Category loader¶
It loads given rows to the spy_category
table.
The Entity.spy_category.update
event is triggered.
Usage:
<category
categoryIdField="categoryId"
categoryKeyField="categoryKey"
templateIdField="templateId"
isActiveField="isActive"
isClickableField="isClickable"
isInMenuField="isInMenu"
isSearchableField="isSearchable"
/>
Attributes:
categoryIdField
- name of the field where the category id should be setcategoryKeyField
- name of the field containing the category keytemplateIdField
- name of the field containing the template idisActiveField
- name of the optional field containing the boolean isActive value, if not set Spryker Database default is usedisClickableField
- name of the optional field containing the boolean isClickable value, if not set Spryker Database default is usedisInMenuField
- name of the optional field containing the boolean isInMenu value, if not set Spryker Database default is usedisSearchableField
- name of the optional field containing the boolean isSearchable value, if not set Spryker Database default is used