You are here

protected property FotoramaGalleryFormatter::$allowFullScreenOptions in Fotorama Gallery 8.2

Options for allowfullscreen field.

Type: array

File

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

Class

FotoramaGalleryFormatter
Plugin implementation of the 'fotorama_gallery display' formatter.

Namespace

Drupal\fotorama_gallery\Plugin\Field\FieldFormatter

Code

protected $allowFullScreenOptions = [
  'false',
  'true',
  'native',
];