Skip to content
Slava Yurthev edited this page Sep 27, 2017 · 16 revisions

Slider extension

Magento 2.x version compatible

Instalation

  • Download or Install Extension from here or Magento Marketplace
  • If you download archive and don't use composer, you must put extension to magento_dir/app/code/SY/Slider dir
  • Run upgrade mode
  • Enjoy

Features

  • Upload Images
  • Rotate Images

CMS Insert

{{block class="SY\\Slider\\Block\\Slider"}}

Custom Filtering: ids="your_item_ids"

XML Insert

<block class="SY\Slider\Block\Slider" />

Custom Filtering:

<arguments> <argument name="ids" xsi:type="array"> <item name="0" xsi:type="string">1</item> </argument> </arguments>

JS Libraries Info

  • jQuery
  • bxSlider

Release

  • Current version 0.1.0
Clone this wiki locally