You are here

protected property FotoramaGalleryFormatter::$navPositionOptions in Fotorama Gallery 8.2

Options for nav position field.

Type: array

File

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

Class

FotoramaGalleryFormatter
Plugin implementation of the 'fotorama_gallery display' formatter.

Namespace

Drupal\fotorama_gallery\Plugin\Field\FieldFormatter

Code

protected $navPositionOptions = [
  'bottom',
  'top',
];