function gc_libraries_info in GatherContent 8
Implements hook_libraries_info().
File
- ./
_old.gc.module, line 807
Code
function gc_libraries_info() {
$libraries['tablesorter-mottie'] = array(
'name' => "Mottie's tablesorter",
'vendor url' => 'https://github.com/Mottie/tablesorter',
'download url' => 'https://github.com/Mottie/tablesorter/archive/master.zip',
'version callback' => '_gathercontent_tablesorter_mottie_version',
'files' => array(
'js' => array(
'dist/js/jquery.tablesorter.min.js',
),
),
);
return $libraries;
}