You are here

public function GridBase::previewOptions in GridStack 8.2

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

Overrides GridStackEnginePluginBase::previewOptions

File

src/Plugin/gridstack/engine/GridBase.php, line 99

Class

GridBase
Provides the base class for one-dimensional layout engines.

Namespace

Drupal\gridstack\Plugin\gridstack\engine

Code

public function previewOptions() {
  return [
    'background',
    'gradient',
    'rounded',
    'text_color',
    'text_transform',
  ];
}