You are here

public static function Extras::options in GridStack 8.2

Returns utilities settings.

2 calls to Extras::options()
Extras::defaultConfiguration in src/Plugin/gridstack/stylizer/Extras.php
@todo implements when having enough consistency.
Extras::extrasElement in src/Plugin/gridstack/stylizer/Extras.php
Provides extras form elements.

File

src/Plugin/gridstack/stylizer/Extras.php, line 22

Class

Extras
Provides the extras styles.

Namespace

Drupal\gridstack\Plugin\gridstack\stylizer

Code

public static function options() {
  return [
    'background' => 'BG (image as background)',
    'contentless' => 'BG/ Image only mode (contentless)',
    'ete' => 'BG/ Image spans edge to egde (EtE)',
    'overlay' => 'BG color overlays BG/ Image',
    'shrink' => 'BG/ Image shrink (not for EtE)',
    'parallax' => 'BG/ Image simple parallax',
    'parallax-fs' => 'Make the above parallax full screen',
  ];
}