3e2f7761 by Kevin Burton

updated changes to test if post-commit works

1 parent 5175fd0f
<?php
// item => array(default,description,[optiona/required],shortcode_available)
$config = array(
'default_gallery' => array('hg-gallery-general','Default Gallery slug name','optional',true)
, 'image_approval' => array('yes','Does linking or uploading a new gallery image require moderator/admin approval? values: yes|no','optional',true)
, 'video_approval' => array('no','Does linking or uploading a new gallery video require moderator/admin approval? values: yes|no','optional',true)
, 'items_per_page' => array('0','How many gallery items per page? 0 = show all','optional',true)
, 'youtube_account' => array('','YouTube account ID for uploading videos','required',false)
, 'youtube_pass' => array('','YouTube account password','required',false)
);
?>
\ No newline at end of file
......@@ -13,7 +13,7 @@ table.expandable thead th {
}
table.expandable tbody {
background-color:#fdfdee;
background-color:#f5f5f5;
}
table.expandable thead th.toggle h6 {
......