public static function GridStackDefault::styleSettings in GridStack 8.2
Returns style settings.
1 call to GridStackDefault::styleSettings()
- Form::styleForm in src/
Plugin/ gridstack/ stylizer/ Form.php
File
- src/
GridStackDefault.php, line 160
Class
- GridStackDefault
- Defines shared plugin default settings for field formatter and Views style.
Namespace
Drupal\gridstackCode
public static function styleSettings() {
return [
'responsive_image_style' => '',
'alpha' => '',
'opacity' => '',
'animations' => [],
'colors' => [],
'extras' => [],
];
}