You are here

public function GridStackStylizer::attributes in GridStack 8.2

Provides both CSS grid and js-driven attributes configurable via UI.

File

src/GridStackStylizer.php, line 244

Class

GridStackStylizer
Implements GridStackStylizerInterface.

Namespace

Drupal\gridstack

Code

public function attributes(array &$attributes, array $settings) {
  $this
    ->style()
    ->attributes($attributes, $settings);
}