You are here

public function PagerBullets::defaultConfiguration in Views Slideshow 8.4

Gets default configuration for this plugin.

Return value

array An associative array with the default configuration.

Overrides ViewsSlideshowWidgetBase::defaultConfiguration

File

src/Plugin/ViewsSlideshowWidget/PagerBullets.php, line 22

Class

PagerBullets
Provides a pager using bullets.

Namespace

Drupal\views_slideshow\Plugin\ViewsSlideshowWidget

Code

public function defaultConfiguration() {
  return [
    'views_slideshow_pager_bullets_hover' => [
      'default' => 0,
    ],
  ];
}