You are here

public static function GridStackDefault::styleElements in GridStack 8.2

Returns style settings.

File

src/GridStackDefault.php, line 203

Class

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

Namespace

Drupal\gridstack

Code

public static function styleElements() {
  return array_merge(self::bgElements(), self::textElements());
}