You are here

protected property GridStackJs::$containerClasses in GridStack 8.2

Provides specific classes for this layout.

The .is-gs-layout can be used dynamically during Isotope filtering when native CSS Grid is enabled to support them both at the same time as needed.

Overrides GridStackEnginePluginBase::$containerClasses

File

src/Plugin/gridstack/engine/GridStackJs.php, line 26

Class

GridStackJs
Provides a GridStack JS layout engine.

Namespace

Drupal\gridstack\Plugin\gridstack\engine

Code

protected $containerClasses = [
  'gridstack--gs',
  'is-gs-layout',
];