You are here

public static function GridStackDefault::uiSettings in GridStack 8.2

Returns shared global form settings which should be consumed at formatters.

1 call to GridStackDefault::uiSettings()
GridStackSettingsForm::submitForm in modules/gridstack_ui/src/Form/GridStackSettingsForm.php
Implements \Drupal\Core\Form\FormInterface::submitForm().

File

src/GridStackDefault.php, line 144

Class

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

Namespace

Drupal\gridstack

Code

public static function uiSettings() {
  return [
    'animationless' => FALSE,
    'editor_pos' => '',
    'excludes' => '',
    'fw_classes' => '',
    'helpless' => FALSE,
    'palettes' => '',
    'palettes_pos' => '',
    'skinless' => FALSE,
  ] + self::cleanUiSettings();
}