You are here

protected property BootstrapBase::$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/BootstrapBase.php, line 16

Class

BootstrapBase
Provides the base Bootstrap layout engine.

Namespace

Drupal\gridstack\Plugin\gridstack\engine

Code

protected $containerClasses = [
  'row',
];