You are here

public static function GridStackDefault::colorElements in GridStack 8.2

Returns color settings.

1 call to GridStackDefault::colorElements()
Color::colorElement in src/Plugin/gridstack/stylizer/Color.php
Provides extras form elements.

File

src/GridStackDefault.php, line 196

Class

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

Namespace

Drupal\gridstack

Code

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