fond-of-spryker/category-page-search-category-key

category-key pagemap expander plugin

dev-master 2019-09-10 12:08 UTC

This package is auto-updated.

Last update: 2019-12-23 10:10:16 UTC


README

Build Status PHP from Travis config license

Plugin expand catalog search results with category key

Installation

composer require fond-of-spryker/category-page-search-category-map

Register the new Plugin into your CategoryPageSearchPlugableDependencyProvider (dependency package)

protected function createCategoryPageMapExpanderPlugin(): array
{
    return [
        new CategoryKeyPageMapExpanderPlugin(),
    ];
}