config.php 800 Bytes
<?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)
);
?>