You are here

protected property FotoramaGalleryFormatter::$arrowsOptions in Fotorama Gallery 8.2

Options for allowfullscreen field.

Type: array

File

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

Class

FotoramaGalleryFormatter
Plugin implementation of the 'fotorama_gallery display' formatter.

Namespace

Drupal\fotorama_gallery\Plugin\Field\FieldFormatter

Code

protected $arrowsOptions = [
  'true',
  'false',
  'always',
];