You are here

public function GridStackEnginePluginBase::previewOptions in GridStack 8.2

Returns options which make sense for preview at Layout Builder page.

1 method overrides GridStackEnginePluginBase::previewOptions()
GridBase::previewOptions in src/Plugin/gridstack/engine/GridBase.php
Returns options which make sense for preview at Layout Builder page.

File

src/GridStackEnginePluginBase.php, line 573

Class

GridStackEnginePluginBase
Provides base class for all gridstack layout engines.

Namespace

Drupal\gridstack

Code

public function previewOptions() {
  return [];
}