Skip to content

Commit

Permalink
Merge pull request #363 from findologic/PLENTY-474-Re-add-the-contain…
Browse files Browse the repository at this point in the history
…er-links-for-the-filters

PLENTY-474 re add the container links for the filters
  • Loading branch information
TobiasGraml11 authored May 11, 2023
2 parents 2f55bc8 + ce3a185 commit fb14cc8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions resources/views/Category/Item/Partials/SearchFilters.twig
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<findologic-filter-wrapper
v-bind:facets="{{ facets | json_encode }}"
v-bind:filtersPerRow="{{ config('Findologic.filters_per_row') }}"
v-bind:fallbackImageColorFilter="'{{ plugin_path("Findologic") }}/images/no-picture.png'"
v-bind:fallbackImageImageFilter="'{{ plugin_path("Findologic") }}/images/no-picture-2.png'"
v-bind:currentCategory="{{ currentCategory | json_encode }}"
v-bind:showCategoryFilter="{{ showCategoryFilter | json_encode }}"
v-bind:showSelectedFiltersCount="{{ config('Findologic.show_selected_filter_count') }}"
v-bind:filters-per-row="{{ config('Findologic.filters_per_row') }}"
v-bind:fallback-image-color-filter="'{{ plugin_path("Findologic") }}/images/no-picture.png'"
v-bind:fallback-image-image-filter="'{{ plugin_path("Findologic") }}/images/no-picture-2.png'"
v-bind:current-category="{{ currentCategory | json_encode }}"
v-bind:show-category-filter="{{ showCategoryFilter | json_encode }}"
v-bind:show-selected-filters-count="{{ config('Findologic.show_selected_filter_count') }}"
></findologic-filter-wrapper>
12 changes: 6 additions & 6 deletions resources/views/content/scripts.twig
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
<script type="x/template" data-component="item-filter-list">
<findologic-filter-wrapper
v-bind:facets="facets"
v-bind:filtersPerRow="{{ config('Findologic.filters_per_row') }}"
v-bind:fallbackImageColorFilter="'{{ plugin_path("Findologic") }}/images/no-picture.png'"
v-bind:fallbackImageImageFilter="'{{ plugin_path("Findologic") }}/images/no-picture-2.png'"
v-bind:currentCategory="{{ currentCategory | json_encode }}"
v-bind:showCategoryFilter="{{ showCategoryFilter | json_encode }}"
v-bind:showSelectedFiltersCount="{{ config('Findologic.show_selected_filter_count') }}"
v-bind:filters-per-row="{{ config('Findologic.filters_per_row') }}"
v-bind:fallback-image-color-filter="'{{ plugin_path("Findologic") }}/images/no-picture.png'"
v-bind:fallback-image-image-filter="'{{ plugin_path("Findologic") }}/images/no-picture-2.png'"
v-bind:current-category="{{ currentCategory | json_encode }}"
v-bind:show-category-filter="{{ showCategoryFilter | json_encode }}"
v-bind:show-selected-filters-count="{{ config('Findologic.show_selected_filter_count') }}"
></findologic-filter-wrapper>
</script>
<!-- /SSR -->
Expand Down

0 comments on commit fb14cc8

Please sign in to comment.