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 set

  • categoryKeyField - name of the field containing the category key

  • templateIdField - name of the field containing the template id

  • isActiveField - name of the optional field containing the boolean isActive value, if not set Spryker Database default is used

  • isClickableField - name of the optional field containing the boolean isClickable value, if not set Spryker Database default is used

  • isInMenuField - name of the optional field containing the boolean isInMenu value, if not set Spryker Database default is used

  • isSearchableField - name of the optional field containing the boolean isSearchable value, if not set Spryker Database default is used