You are here

private static property SlickManager::$skins in Slick Carousel 8

Same name and namespace in other branches
  1. 7.3 src/SlickManager.php \Drupal\slick\SlickManager::skins

The supported skins.

Type: array

File

src/SlickManager.php, line 22

Class

SlickManager
Implements BlazyManagerInterface, SlickManagerInterface.

Namespace

Drupal\slick

Code

private static $skins = [
  'browser',
  'overlay',
  'main',
  'thumbnail',
  'arrows',
  'dots',
  'widget',
];