@total_onion/onion-library 1.0.26 → 1.0.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -124,10 +124,10 @@
124
124
  {% if fields.carousel_pagination %}
125
125
  <div class="swiper-pagination" style="{{positionVars}}"></div>
126
126
  {% endif %}
127
- {% if fields.carousel_nav_arrows and fields.enable_custom_arrows == false %}
127
+ {% if fields.enable_carousel_nav_arrows and fields.enable_custom_arrows == false %}
128
128
  <div class="{{ blockClassName }}__button-prev swiper-button-prev"></div>
129
129
  <div class="{{ blockClassName }}__button-next swiper-button-next"></div>
130
- {% elseif fields.carousel_nav_arrows and fields.enable_custom_arrows %}
130
+ {% elseif fields.enable_carousel_nav_arrows and fields.enable_custom_arrows %}
131
131
  <img class="swiper-button-prev custom_arrow" src="{{customArrowImageLeft.src}}" alt="{{customArrowImageLeft.alt}}">
132
132
  <img class="swiper-button-next custom_arrow" src="{{customArrowImageRight.src}}" alt="{{customArrowImageRight.alt}}">
133
133
  {% endif %}