You are here

protected property GridStackNative::$containerClasses in GridStack 8.2

The container classes, actually refers to row classes, not the outmost.

Type: array

Overrides GridStackEnginePluginBase::$containerClasses

File

src/Plugin/gridstack/engine/GridStackNative.php, line 28

Class

GridStackNative
Provides a GridStack native CSS Grid layout engine.

Namespace

Drupal\gridstack\Plugin\gridstack\engine

Code

protected $containerClasses = [
  'gridstack--native',
];