You are here

protected property FotoramaGalleryFormatter::$navOptions in Fotorama Gallery 8.2

Options for nav field.

Type: array

File

src/Plugin/Field/FieldFormatter/FotoramaGalleryFormatter.php, line 42

Class

FotoramaGalleryFormatter
Plugin implementation of the 'fotorama_gallery display' formatter.

Namespace

Drupal\fotorama_gallery\Plugin\Field\FieldFormatter

Code

protected $navOptions = [
  'dots',
  'thumbs',
  'false',
];