You are here

public static function GridStackDefault::rangeElements in GridStack 8.2

Returns background color settings.

3 calls to GridStackDefault::rangeElements()
GridStackDefault::bgElements in src/GridStackDefault.php
Returns background color settings.
Range::rangeElement in src/Plugin/gridstack/stylizer/Range.php
Returns the range element.
StyleBase::styleElement in src/Plugin/gridstack/stylizer/StyleBase.php
Return the style element.

File

src/GridStackDefault.php, line 174

Class

GridStackDefault
Defines shared plugin default settings for field formatter and Views style.

Namespace

Drupal\gridstack

Code

public static function rangeElements() {

  // @todo height sm-height md-height lg-height
  return [
    'opacity',
    'alpha',
  ];
}