You are here

public static function GridStackDefault::bgElements in GridStack 8.2

Returns background color settings.

1 call to GridStackDefault::bgElements()
GridStackDefault::styleElements in src/GridStackDefault.php
Returns style settings.

File

src/GridStackDefault.php, line 182

Class

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

Namespace

Drupal\gridstack

Code

public static function bgElements() {
  return array_merge(self::rangeElements(), [
    'rgba',
    'bg',
  ]);
}