You are here

public static function GridStackDefault::extendedSettings in GridStack 8.2

3 calls to GridStackDefault::extendedSettings()
GridStackHook::configSchemaInfoAlter in src/GridStackHook.php
Implements hook_config_schema_info_alter().
GridStackMediaFormatter::defaultSettings in src/Plugin/Field/FieldFormatter/GridStackMediaFormatter.php
Defines the default settings for this plugin.
GridStackViews::defineOptions in src/Plugin/views/style/GridStackViews.php

File

src/GridStackDefault.php, line 92

Class

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

Namespace

Drupal\gridstack

Code

public static function extendedSettings() {
  return self::imageSettings() + parent::extendedSettings();
}