You are here

function gridstack_library_info_build in GridStack 8.2

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

Implements hook_library_info_build().

File

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

Code

function gridstack_library_info_build() {
  return gridstack('skin')
    ->libraryInfoBuild();
}