You are here

function gridstack_layout_alter in GridStack 8.2

Same name and namespace in other branches
  1. 8 gridstack.module \gridstack_layout_alter()

Implements hook_layout_alter().

File

./gridstack.module, line 82
Provides GridStack integration to have multi-column grids with drag-and-drop.

Code

function gridstack_layout_alter(&$definitions) {
  gridstack('hook')
    ->layoutAlter($definitions);
}