Skip to content
Snippets Groups Projects
Commit 38e7b629 authored by Eric Bremner's avatar Eric Bremner Committed by Kevin Paxman
Browse files

ISTWCMS-5032: adding catalog search to specific catalogs view

parent f99d6a7d
No related branches found
No related tags found
1 merge request!51Feature/istwcms 5032 ebremner catalog search
......@@ -2,6 +2,12 @@
'content_list': content_list,
} %}
{% if catalog_search %}
{% include '@components/catalog-search/catalog-search.twig' with {
'catalog_search': catalog_search
} %}
{% endif %}
{% include '@components/view/views-view/views-view.twig' with {
'title_prefix': title_prefix,
'title': title,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment