Skip to content

StandardFacet for categories doesn’t work #203

@klodeckl

Description

@klodeckl

I tried the following (to only have predefined categories as facets):

        \Fab\Vidi\Facet\StandardFacet::class => [
            'name' => 'categories',
            'label' => 'Kategorie',
            'suggestions' => [
                '156' => 'foo',
                '157' => 'bar'
            ]
        ],

But the facet doesn’t show at all. How to do that?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions