<?php /* This is a PHP data file */ if (!@$LOADSTRUCT) { die("This is not a program file."); }
return array (
  '_detailPage' => '',
  '_disableAdd' => '0',
  '_disableErase' => '0',
  '_disableModify' => '0',
  '_disablePreview' => '0',
  '_disableView' => '1',
  '_filenameFields' => 'title',
  '_hideRecordsFromDisabledAccounts' => '0',
  '_indent' => '0',
  '_listPage' => '',
  '_maxRecords' => '',
  '_maxRecordsPerUser' => '',
  '_perPageDefault' => '25',
  '_previewPage' => '',
  '_requiredPlugins' => '',
  '_tableName' => 'story_boards',
  'listPageFields' => 'dragSortOrder, title,stacked_or_story_board,stacked_section_name',
  'listPageOrder' => 'dragSortOrder',
  'listPageSearchFields' => '_all_',
  'menuHidden' => '0',
  'menuName' => 'Story Boards',
  'menuOrder' => '0000000020',
  'menuType' => 'multi',
  'num' => array(
    'order' => 1,
    'type' => 'none',
    'label' => 'Record Number',
    'isSystemField' => '1',
    'name' => 'num',
    '_tableName' => 'story_boards',
  ),
  'createdDate' => array(
    'order' => 2,
    'type' => 'none',
    'label' => 'Created',
    'isSystemField' => '1',
    'name' => 'createdDate',
    '_tableName' => 'story_boards',
  ),
  'createdByUserNum' => array(
    'order' => 3,
    'type' => 'none',
    'label' => 'Created By',
    'isSystemField' => '1',
    'name' => 'createdByUserNum',
    '_tableName' => 'story_boards',
  ),
  'updatedDate' => array(
    'order' => 4,
    'type' => 'none',
    'label' => 'Last Updated',
    'isSystemField' => '1',
    'name' => 'updatedDate',
    '_tableName' => 'story_boards',
  ),
  'updatedByUserNum' => array(
    'order' => 5,
    'type' => 'none',
    'label' => 'Last Updated By',
    'isSystemField' => '1',
    'name' => 'updatedByUserNum',
    '_tableName' => 'story_boards',
  ),
  'dragSortOrder' => array(
    'order' => 6,
    'label' => 'Order',
    'type' => 'none',
    'name' => 'dragSortOrder',
    '_tableName' => 'story_boards',
  ),
  'title' => array(
    'order' => 7,
    'label' => 'Title',
    'type' => 'textfield',
    'defaultValue' => '',
    'description' => '',
    'fieldWidth' => 'large',
    'isPasswordField' => '0',
    'isRequired' => '1',
    'isUnique' => '0',
    'minLength' => '',
    'maxLength' => '',
    'charsetRule' => '',
    'charset' => '',
    'name' => 'title',
    '_tableName' => 'story_boards',
  ),
  'stacked_or_story_board' => array(
    'order' => 8,
    'label' => 'Board Type',
    'type' => 'list',
    'indexed' => '0',
    'defaultValue' => '',
    'fieldPrefix' => '',
    'description' => '',
    'isRequired' => '0',
    'isUnique' => '0',
    'listType' => 'pulldown',
    'optionsType' => 'text',
    'optionsText' => 'Story Board
Stacked Section
Parallax Scrolling Section
Form
slider|Image Slider / Carousel',
    'name' => 'stacked_or_story_board',
    '_tableName' => 'story_boards',
  ),
  'story_board_style' => array(
    'order' => 9,
    'label' => 'Story Board Style',
    'type' => 'list',
    'indexed' => '0',
    'defaultValue' => '',
    'fieldPrefix' => '',
    'description' => '',
    'isRequired' => '0',
    'isUnique' => '0',
    'listType' => 'pulldown',
    'optionsType' => 'query',
    'optionsQuery' => 'SELECT num, title
  FROM `<?php echo $TABLE_PREFIX ?>story_board_styles`
UNION
SELECT 0,\'Custom - Defined Below\'',
    'name' => 'story_board_style',
    '_tableName' => 'story_boards',
  ),
  '__separator001__' => array(
    'order' => 10,
    'label' => '',
    'type' => 'separator',
    'separatorType' => 'header bar',
    'separatorHeader' => 'Stacked Field Information',
    'separatorHTML' => '<div class=\'col-sm-2\'>
  Column 1
</div>
<div class=\'col-sm-10\'>
  Column 2
</div>
',
    'isCollapsible' => '1',
    'isCollapsed' => '1',
    'name' => '__separator001__',
    '_tableName' => 'story_boards',
  ),
  'stacked_section_name' => array(
    'order' => 11,
    'label' => 'Stacked Section Name',
    'type' => 'list',
    'indexed' => '0',
    'defaultValue' => '',
    'fieldPrefix' => '',
    'description' => '',
    'isRequired' => '0',
    'isUnique' => '0',
    'listType' => 'pulldown',
    'optionsType' => 'query',
    'optionsQuery' => 'SELECT REPLACE(TABLE_NAME, \'<?php echo $TABLE_PREFIX;?>\', \'\') FROM information_schema.`TABLES` where TABLE_SCHEMA = \'<?php echo $GLOBALS[\'SETTINGS\'][\'mysql\'][\'database\'];?>\' AND TABLE_NAME like \'<?php echo $TABLE_PREFIX;?>_%\' ORDER BY TABLE_NAME',
    'name' => 'stacked_section_name',
    '_tableName' => 'story_boards',
  ),
  'stacked_across_full_width' => array(
    'order' => 12,
    'label' => 'Stacked Across Full Width',
    'type' => 'textfield',
    'indexed' => '0',
    'defaultValue' => '',
    'fieldPrefix' => '',
    'description' => 'Use for desktop monitors',
    'fieldWidth' => '100',
    'isPasswordField' => '0',
    'isRequired' => '0',
    'isUnique' => '0',
    'minLength' => '',
    'maxLength' => '',
    'charsetRule' => '',
    'charset' => '123456',
    'name' => 'stacked_across_full_width',
    '_tableName' => 'story_boards',
  ),
  'stacked_across_1000px' => array(
    'order' => 13,
    'label' => 'Stacked Across 1000px',
    'type' => 'textfield',
    'indexed' => '0',
    'defaultValue' => '',
    'fieldPrefix' => '',
    'description' => 'Approx width of tablet in landscape mode',
    'fieldWidth' => '100',
    'isPasswordField' => '0',
    'isRequired' => '0',
    'isUnique' => '0',
    'minLength' => '',
    'maxLength' => '',
    'charsetRule' => '',
    'charset' => '123456',
    'name' => 'stacked_across_1000px',
    '_tableName' => 'story_boards',
  ),
  'stacked_across_750px' => array(
    'order' => 14,
    'label' => 'Stacked Across 750px',
    'type' => 'textfield',
    'indexed' => '0',
    'defaultValue' => '',
    'fieldPrefix' => '',
    'description' => 'Approx width of tablet in portrait mode',
    'fieldWidth' => '100',
    'isPasswordField' => '0',
    'isRequired' => '0',
    'isUnique' => '0',
    'minLength' => '',
    'maxLength' => '',
    'charsetRule' => '',
    'charset' => '123456',
    'name' => 'stacked_across_750px',
    '_tableName' => 'story_boards',
  ),
  'stacked_across_500px' => array(
    'order' => 15,
    'label' => 'Stacked Across 500px',
    'type' => 'textfield',
    'indexed' => '0',
    'defaultValue' => '',
    'fieldPrefix' => '',
    'description' => 'For phones and small mobile devices',
    'fieldWidth' => '100',
    'isPasswordField' => '0',
    'isRequired' => '0',
    'isUnique' => '0',
    'minLength' => '',
    'maxLength' => '',
    'charsetRule' => '',
    'charset' => '123456',
    'name' => 'stacked_across_500px',
    '_tableName' => 'story_boards',
  ),
  '__separator002__' => array(
    'order' => '16',
    'label' => '',
    'type' => 'separator',
    'separatorType' => 'header bar',
    'separatorHeader' => 'Story Board Information',
    'separatorHTML' => '<div class=\'col-sm-2\'>
  Column 1
</div>
<div class=\'col-sm-10\'>
  Column 2
</div>
',
    'isCollapsible' => '1',
    'isCollapsed' => '1',
    'name' => '__separator002__',
    '_tableName' => 'story_boards',
  ),
  'get_content_from_another_section' => array(
    'order' => 17,
    'label' => 'Get Content From Another Section',
    'type' => 'list',
    'indexed' => '0',
    'defaultValue' => '',
    'fieldPrefix' => '',
    'description' => '',
    'isRequired' => '0',
    'isUnique' => '0',
    'listType' => 'pulldown',
    'optionsType' => 'query',
    'optionsQuery' => 'SELECT REPLACE(TABLE_NAME, \'<?php echo $TABLE_PREFIX;?>\', \'\') FROM information_schema.`TABLES` where TABLE_SCHEMA = \'<?php echo $GLOBALS[\'SETTINGS\'][\'mysql\'][\'database\'];?>\' AND TABLE_NAME like \'<?php echo $TABLE_PREFIX;?>_%\' ORDER BY TABLE_NAME',
    'name' => 'get_content_from_another_section',
    '_tableName' => 'story_boards',
  ),
  'field_to_show' => array(
    'order' => 18,
    'label' => 'Field to Show',
    'type' => 'list',
    'indexed' => '0',
    'defaultValue' => '',
    'fieldPrefix' => '',
    'description' => '',
    'isRequired' => '0',
    'isUnique' => '0',
    'listType' => 'pulldown',
    'optionsType' => 'query',
    'optionsQuery' => 'SELECT COLUMN_NAME FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_SCHEMA =  \'<?php echo $GLOBALS[\'SETTINGS\'][\'mysql\'][\'database\'];?>\' AND TABLE_NAME like \'<?php echo $TABLE_PREFIX;?><?php echo $ESCAPED_FILTER_VALUE; ?>\'',
    'filterField' => 'get_content_from_another_section',
    'name' => 'field_to_show',
    '_tableName' => 'story_boards',
  ),
  'this_is_featured_content' => array(
    'order' => 19,
    'label' => 'This is Featured Content',
    'type' => 'checkbox',
    'indexed' => '',
    'fieldPrefix' => '',
    'checkedByDefault' => '0',
    'description' => '',
    'checkedValue' => 'Yes',
    'uncheckedValue' => 'No',
    'name' => 'this_is_featured_content',
    '_tableName' => 'story_boards',
  ),
  'content' => array(
    'order' => 20,
    'label' => 'Content',
    'type' => 'wysiwyg',
    'indexed' => '0',
    'fieldPrefix' => '',
    'description' => '',
    'defaultContent' => '',
    'allowUploads' => '1',
    'isRequired' => '0',
    'isUnique' => '0',
    'minLength' => '',
    'maxLength' => '',
    'fieldHeight' => '500',
    'allowedExtensions' => 'gif,jpg,png,wmv,mov,swf',
    'checkMaxUploadSize' => '1',
    'maxUploadSizeKB' => '5120',
    'checkMaxUploads' => '1',
    'maxUploads' => '25',
    'resizeOversizedImages' => '1',
    'maxImageHeight' => '800',
    'maxImageWidth' => '600',
    'createThumbnails' => '1',
    'maxThumbnailHeight' => '150',
    'maxThumbnailWidth' => '150',
    'createThumbnails2' => '0',
    'maxThumbnailHeight2' => '150',
    'maxThumbnailWidth2' => '150',
    'createThumbnails3' => '0',
    'maxThumbnailHeight3' => '150',
    'maxThumbnailWidth3' => '150',
    'createThumbnails4' => '0',
    'maxThumbnailHeight4' => '150',
    'maxThumbnailWidth4' => '150',
    'useCustomUploadDir' => '0',
    'customUploadDir' => '',
    'customUploadUrl' => '',
    'name' => 'content',
    '_tableName' => 'story_boards',
  ),
  '__separator003__' => array(
    'order' => 21,
    'label' => '',
    'type' => 'separator',
    'separatorType' => 'header bar',
    'separatorHeader' => 'Custom Story Board Style',
    'separatorHTML' => '<div class=\'col-sm-2\'>
  Column 1
</div>
<div class=\'col-sm-10\'>
  Column 2
</div>
',
    'isCollapsible' => '1',
    'isCollapsed' => '1',
    'name' => '__separator003__',
    '_tableName' => 'story_boards',
  ),
  'story_board_background_type' => array(
    'order' => 22,
    'label' => 'Story Board Background Type',
    'type' => 'list',
    'indexed' => '0',
    'defaultValue' => '',
    'fieldPrefix' => '',
    'description' => '',
    'isRequired' => '0',
    'isUnique' => '0',
    'listType' => 'pulldown',
    'optionsType' => 'text',
    'optionsText' => 'Color
Gradient
Image',
    'name' => 'story_board_background_type',
    '_tableName' => 'story_boards',
  ),
  'story_board_background_color_picker' => array(
    'order' => 23,
    'label' => 'Story Board Background Color Picker',
    'type' => 'textfield',
    'indexed' => '0',
    'defaultValue' => '',
    'fieldPrefix' => '',
    'description' => '',
    'fieldWidth' => '125',
    'isPasswordField' => '0',
    'isRequired' => '0',
    'isUnique' => '0',
    'minLength' => '',
    'maxLength' => '',
    'charsetRule' => '',
    'charset' => '',
    'name' => 'story_board_background_color_picker',
    '_tableName' => 'story_boards',
  ),
  'story_board_gradient_color_picker' => array(
    'order' => 24,
    'label' => 'Story Board Gradient Color Picker',
    'type' => 'textfield',
    'indexed' => '0',
    'defaultValue' => '',
    'fieldPrefix' => '',
    'description' => '',
    'fieldWidth' => '125',
    'isPasswordField' => '0',
    'isRequired' => '0',
    'isUnique' => '0',
    'minLength' => '',
    'maxLength' => '',
    'charsetRule' => '',
    'charset' => '',
    'name' => 'story_board_gradient_color_picker',
    '_tableName' => 'story_boards',
  ),
  'story_board_primary_font_color_picker' => array(
    'order' => 25,
    'label' => 'Story Board Primary Font Color Picker',
    'type' => 'textfield',
    'indexed' => '0',
    'defaultValue' => '',
    'fieldPrefix' => '',
    'description' => '',
    'fieldWidth' => '125',
    'isPasswordField' => '0',
    'isRequired' => '0',
    'isUnique' => '0',
    'minLength' => '',
    'maxLength' => '',
    'charsetRule' => '',
    'charset' => '',
    'name' => 'story_board_primary_font_color_picker',
    '_tableName' => 'story_boards',
  ),
  'story_board_border_color_picker' => array(
    'order' => 26,
    'label' => 'Story Board Border Color Picker',
    'type' => 'textfield',
    'indexed' => '0',
    'defaultValue' => '',
    'fieldPrefix' => '',
    'description' => '',
    'fieldWidth' => '125',
    'isPasswordField' => '0',
    'isRequired' => '0',
    'isUnique' => '0',
    'minLength' => '',
    'maxLength' => '',
    'charsetRule' => '',
    'charset' => '',
    'name' => 'story_board_border_color_picker',
    '_tableName' => 'story_boards',
  ),
  'story_board_border_size' => array(
    'order' => 27,
    'label' => 'Story Board Border Size',
    'type' => 'textfield',
    'indexed' => '0',
    'defaultValue' => '',
    'fieldPrefix' => '',
    'description' => '',
    'fieldWidth' => '125',
    'isPasswordField' => '0',
    'isRequired' => '0',
    'isUnique' => '0',
    'minLength' => '',
    'maxLength' => '',
    'charsetRule' => 'allow',
    'charset' => '0123456789 empx',
    'name' => 'story_board_border_size',
    '_tableName' => 'story_boards',
  ),
  'story_board_background_image' => array(
    'order' => 28,
    'label' => 'Story Board Background Image',
    'type' => 'upload',
    'fieldPrefix' => '',
    'description' => '',
    'isRequired' => '0',
    'allowedExtensions' => 'gif,jpg,png',
    'checkMaxUploadSize' => '0',
    'maxUploadSizeKB' => '5120',
    'checkMaxUploads' => '1',
    'maxUploads' => '5',
    'resizeOversizedImages' => '0',
    'maxImageHeight' => '800',
    'maxImageWidth' => '600',
    'createThumbnails' => '0',
    'maxThumbnailHeight' => '150',
    'maxThumbnailWidth' => '150',
    'createThumbnails2' => '0',
    'maxThumbnailHeight2' => '150',
    'maxThumbnailWidth2' => '150',
    'createThumbnails3' => '0',
    'maxThumbnailHeight3' => '150',
    'maxThumbnailWidth3' => '150',
    'createThumbnails4' => '0',
    'maxThumbnailHeight4' => '150',
    'maxThumbnailWidth4' => '150',
    'useCustomUploadDir' => '0',
    'customUploadDir' => '',
    'customUploadUrl' => '',
    'infoField1' => '',
    'infoField2' => '',
    'infoField3' => '',
    'infoField4' => '',
    'infoField5' => '',
    'name' => 'story_board_background_image',
    '_tableName' => 'story_boards',
  ),
  '__separator004__' => array(
    'order' => '29',
    'label' => '',
    'type' => 'separator',
    'separatorType' => 'header bar',
    'separatorHeader' => 'Parallax Scrolling Information',
    'separatorHTML' => '<div class=\'col-sm-2\'>
  Column 1
</div>
<div class=\'col-sm-10\'>
  Column 2
</div>
',
    'isCollapsible' => '1',
    'isCollapsed' => '1',
    'name' => '__separator004__',
    '_tableName' => 'story_boards',
  ),
  'background_image' => array(
    'order' => 30,
    'label' => 'Background Image',
    'type' => 'upload',
    'fieldPrefix' => '',
    'description' => '',
    'isRequired' => '0',
    'allowedExtensions' => 'gif,jpg,png',
    'checkMaxUploadSize' => '0',
    'maxUploadSizeKB' => '5120',
    'checkMaxUploads' => '1',
    'maxUploads' => '1',
    'resizeOversizedImages' => '0',
    'maxImageHeight' => '800',
    'maxImageWidth' => '600',
    'createThumbnails' => '1',
    'maxThumbnailHeight' => '150',
    'maxThumbnailWidth' => '150',
    'createThumbnails2' => '0',
    'maxThumbnailHeight2' => '150',
    'maxThumbnailWidth2' => '150',
    'createThumbnails3' => '0',
    'maxThumbnailHeight3' => '150',
    'maxThumbnailWidth3' => '150',
    'createThumbnails4' => '0',
    'maxThumbnailHeight4' => '150',
    'maxThumbnailWidth4' => '150',
    'useCustomUploadDir' => '0',
    'customUploadDir' => '',
    'customUploadUrl' => '',
    'infoField1' => 'Title',
    'infoField2' => 'Caption',
    'infoField3' => '',
    'infoField4' => '',
    'infoField5' => '',
    'name' => 'background_image',
    '_tableName' => 'story_boards',
  ),
  'viewport_height' => array(
    'order' => 31,
    'label' => 'Viewport Height',
    'type' => 'textfield',
    'indexed' => '0',
    'defaultValue' => '',
    'fieldPrefix' => '',
    'description' => '',
    'fieldWidth' => '125',
    'isPasswordField' => '0',
    'isRequired' => '0',
    'isUnique' => '0',
    'minLength' => '',
    'maxLength' => '',
    'charsetRule' => 'allow',
    'charset' => '0123456789 empx',
    'name' => 'viewport_height',
    '_tableName' => 'story_boards',
  ),
  'content_opacity' => array(
    'order' => 32,
    'label' => 'Content Opacity',
    'type' => 'textfield',
    'indexed' => '0',
    'defaultValue' => '',
    'fieldPrefix' => '',
    'description' => '',
    'fieldWidth' => '125',
    'isPasswordField' => '0',
    'isRequired' => '0',
    'isUnique' => '0',
    'minLength' => '',
    'maxLength' => '',
    'charsetRule' => 'allow',
    'charset' => '0123456789.',
    'name' => 'content_opacity',
    '_tableName' => 'story_boards',
  ),
  'content_base_color_picker' => array(
    'order' => 33,
    'label' => 'Content Base Color Picker',
    'type' => 'textfield',
    'indexed' => '',
    'defaultValue' => '',
    'fieldPrefix' => '',
    'description' => '',
    'fieldWidth' => 'large',
    'isPasswordField' => '0',
    'isRequired' => '0',
    'isUnique' => '0',
    'minLength' => '',
    'maxLength' => '',
    'charsetRule' => '',
    'charset' => '',
    'name' => 'content_base_color_picker',
    '_tableName' => 'story_boards',
  ),
  'content_font_base_size' => array(
    'order' => 34,
    'label' => 'Content Font Base Size',
    'type' => 'textfield',
    'indexed' => '0',
    'defaultValue' => '',
    'fieldPrefix' => '',
    'description' => '',
    'fieldWidth' => '125',
    'isPasswordField' => '0',
    'isRequired' => '0',
    'isUnique' => '0',
    'minLength' => '',
    'maxLength' => '',
    'charsetRule' => '',
    'charset' => '',
    'name' => 'content_font_base_size',
    '_tableName' => 'story_boards',
  ),
  'parallax_content' => array(
    'order' => 35,
    'label' => 'Parallax Content',
    'type' => 'wysiwyg',
    'indexed' => '0',
    'fieldPrefix' => '',
    'description' => '',
    'defaultContent' => '',
    'allowUploads' => '1',
    'isRequired' => '0',
    'isUnique' => '0',
    'minLength' => '',
    'maxLength' => '',
    'fieldHeight' => '300',
    'allowedExtensions' => 'gif,jpg,png,wmv,mov,swf,pdf',
    'checkMaxUploadSize' => '1',
    'maxUploadSizeKB' => '5120',
    'checkMaxUploads' => '1',
    'maxUploads' => '25',
    'resizeOversizedImages' => '1',
    'maxImageHeight' => '800',
    'maxImageWidth' => '600',
    'createThumbnails' => '1',
    'maxThumbnailHeight' => '150',
    'maxThumbnailWidth' => '150',
    'createThumbnails2' => '0',
    'maxThumbnailHeight2' => '150',
    'maxThumbnailWidth2' => '150',
    'createThumbnails3' => '0',
    'maxThumbnailHeight3' => '150',
    'maxThumbnailWidth3' => '150',
    'createThumbnails4' => '0',
    'maxThumbnailHeight4' => '150',
    'maxThumbnailWidth4' => '150',
    'useCustomUploadDir' => '0',
    'customUploadDir' => '',
    'customUploadUrl' => '',
    'name' => 'parallax_content',
    '_tableName' => 'story_boards',
  ),
  '__separator006__' => array(
    'order' => '36',
    'label' => '',
    'type' => 'separator',
    'separatorType' => 'header bar',
    'separatorHeader' => 'Form Information',
    'separatorHTML' => '<div class=\'col-sm-2\'>
  Column 1
</div>
<div class=\'col-sm-10\'>
  Column 2
</div>
',
    'isCollapsible' => '1',
    'isCollapsed' => '1',
    'name' => '__separator006__',
    '_tableName' => 'story_boards',
  ),
  'pre_form_content' => array(
    'order' => 37,
    'label' => 'Pre-Form Content',
    'type' => 'wysiwyg',
    'indexed' => '',
    'fieldPrefix' => '',
    'description' => '',
    'defaultContent' => '',
    'allowUploads' => '1',
    'isRequired' => '0',
    'isUnique' => '0',
    'minLength' => '',
    'maxLength' => '',
    'fieldHeight' => '',
    'allowedExtensions' => 'gif,jpg,jpeg,png,wmv,mov,swf,pdf',
    'checkMaxUploadSize' => '1',
    'maxUploadSizeKB' => '5120',
    'checkMaxUploads' => '1',
    'maxUploads' => '25',
    'resizeOversizedImages' => '1',
    'maxImageHeight' => '800',
    'maxImageWidth' => '600',
    'createThumbnails' => '1',
    'maxThumbnailHeight' => '150',
    'maxThumbnailWidth' => '150',
    'createThumbnails2' => '0',
    'maxThumbnailHeight2' => '150',
    'maxThumbnailWidth2' => '150',
    'createThumbnails3' => '0',
    'maxThumbnailHeight3' => '150',
    'maxThumbnailWidth3' => '150',
    'createThumbnails4' => '0',
    'maxThumbnailHeight4' => '150',
    'maxThumbnailWidth4' => '150',
    'useCustomUploadDir' => '0',
    'customUploadDir' => '',
    'customUploadUrl' => '',
    'name' => 'pre_form_content',
    '_tableName' => 'story_boards',
  ),
  'form_section_name' => array(
    'order' => 38,
    'label' => 'Form Section Name',
    'type' => 'list',
    'indexed' => '0',
    'defaultValue' => '',
    'fieldPrefix' => '',
    'description' => '',
    'isRequired' => '0',
    'isUnique' => '0',
    'listType' => 'pulldown',
    'optionsType' => 'query',
    'optionsQuery' => 'SELECT REPLACE(TABLE_NAME, \'<?php echo $TABLE_PREFIX;?>\', \'\') FROM information_schema.`TABLES` where TABLE_SCHEMA = \'<?php echo $GLOBALS[\'SETTINGS\'][\'mysql\'][\'database\'];?>\' AND TABLE_NAME like \'<?php echo $TABLE_PREFIX;?>_%\' ORDER BY TABLE_NAME',
    'name' => 'form_section_name',
    '_tableName' => 'story_boards',
  ),
  '__separator007__' => array(
    'order' => '39',
    'label' => '',
    'type' => 'separator',
    'separatorType' => 'header bar',
    'separatorHeader' => 'Image Slider Information',
    'separatorHTML' => '<div class=\'col-sm-2\'>
  Column 1
</div>
<div class=\'col-sm-10\'>
  Column 2
</div>
',
    'isCollapsible' => '1',
    'isCollapsed' => '1',
  ),
  'slider_type' => array(
    'order' => 40,
    'label' => 'Slider Type',
    'type' => 'list',
    'indexed' => '0',
    'defaultValue' => 'carousel',
    'fieldPrefix' => '',
    'description' => '',
    'isRequired' => '0',
    'isUnique' => '0',
    'listType' => 'pulldown',
    'optionsType' => 'text',
    'optionsText' => 'carousel|Multiple Images in Carousel Format
single|Single, Full Width Image',
    'name' => 'slider_type',
    '_tableName' => 'story_boards',
  ),
  'before_slider_content' => array(
    'order' => 41,
    'label' => 'Before Slider Content',
    'type' => 'wysiwyg',
    'indexed' => '0',
    'fieldPrefix' => '',
    'description' => '',
    'defaultContent' => '',
    'allowUploads' => '1',
    'isRequired' => '0',
    'isUnique' => '0',
    'minLength' => '',
    'maxLength' => '',
    'fieldHeight' => '300',
    'allowedExtensions' => 'gif,jpg,jpeg,png,wmv,mov,swf,pdf',
    'checkMaxUploadSize' => '0',
    'maxUploadSizeKB' => '5120',
    'checkMaxUploads' => '1',
    'maxUploads' => '25',
    'resizeOversizedImages' => '1',
    'maxImageHeight' => '3000',
    'maxImageWidth' => '1500',
    'createThumbnails' => '1',
    'maxThumbnailHeight' => '150',
    'maxThumbnailWidth' => '150',
    'createThumbnails2' => '0',
    'maxThumbnailHeight2' => '150',
    'maxThumbnailWidth2' => '150',
    'createThumbnails3' => '0',
    'maxThumbnailHeight3' => '150',
    'maxThumbnailWidth3' => '150',
    'createThumbnails4' => '0',
    'maxThumbnailHeight4' => '150',
    'maxThumbnailWidth4' => '150',
    'useCustomUploadDir' => '0',
    'customUploadDir' => '',
    'customUploadUrl' => '',
    'name' => 'before_slider_content',
    '_tableName' => 'story_boards',
  ),
  'slider_images' => array(
    'order' => 42,
    'label' => 'Slider Images',
    'type' => 'upload',
    'fieldPrefix' => '*** IMPORTANT *** ALL IMAGES MUST BE THE SAME SIZE!!!',
    'description' => '',
    'isRequired' => '0',
    'allowedExtensions' => 'gif,jpg,jpeg,png,wmv,mov,swf,pdf',
    'checkMaxUploadSize' => '0',
    'maxUploadSizeKB' => '5120',
    'checkMaxUploads' => '0',
    'maxUploads' => '25',
    'resizeOversizedImages' => '0',
    'maxImageHeight' => '800',
    'maxImageWidth' => '600',
    'createThumbnails' => '1',
    'maxThumbnailHeight' => '150',
    'maxThumbnailWidth' => '150',
    'createThumbnails2' => '0',
    'maxThumbnailHeight2' => '150',
    'maxThumbnailWidth2' => '150',
    'createThumbnails3' => '0',
    'maxThumbnailHeight3' => '150',
    'maxThumbnailWidth3' => '150',
    'createThumbnails4' => '0',
    'maxThumbnailHeight4' => '150',
    'maxThumbnailWidth4' => '150',
    'useCustomUploadDir' => '0',
    'customUploadDir' => '',
    'customUploadUrl' => '',
    'infoField1' => '',
    'infoField2' => '',
    'infoField3' => 'Link',
    'infoField4' => '',
    'infoField5' => '',
    'name' => 'slider_images',
    '_tableName' => 'story_boards',
  ),
  'slider_shuffle_images' => array(
    'order' => 43,
    'label' => 'Slider Shuffle Images',
    'type' => 'checkbox',
    'indexed' => '',
    'fieldPrefix' => '',
    'checkedByDefault' => '0',
    'description' => '',
    'checkedValue' => 'Yes',
    'uncheckedValue' => 'No',
    'name' => 'slider_shuffle_images',
    '_tableName' => 'story_boards',
  ),
  'carousel_width_of_each_element' => array(
    'order' => 44,
    'label' => 'Carousel Width of Each Element',
    'type' => 'textfield',
    'indexed' => '0',
    'defaultValue' => '300',
    'fieldPrefix' => '',
    'description' => '',
    'fieldAddonBefore' => '',
    'fieldAddonAfter' => '',
    'fieldWidth' => 'small',
    'isPasswordField' => '0',
    'isRequired' => '0',
    'isUnique' => '0',
    'minLength' => '',
    'maxLength' => '3',
    'charsetRule' => 'allow',
    'charset' => '0123456789',
    'name' => 'carousel_width_of_each_element',
    '_tableName' => 'story_boards',
  ),
  'carousel_slide_margin' => array(
    'order' => 45,
    'label' => 'Carousel Slide Margin',
    'type' => 'textfield',
    'indexed' => '0',
    'defaultValue' => '10',
    'fieldPrefix' => '',
    'description' => '',
    'fieldAddonBefore' => '',
    'fieldAddonAfter' => '',
    'fieldWidth' => '',
    'isPasswordField' => '0',
    'isRequired' => '0',
    'isUnique' => '0',
    'minLength' => '',
    'maxLength' => '2',
    'charsetRule' => 'allow',
    'charset' => '0123456789',
    'name' => 'carousel_slide_margin',
    '_tableName' => 'story_boards',
  ),
  'carousel_min_displayed' => array(
    'order' => 46,
    'label' => 'Carousel Min Displayed',
    'type' => 'textfield',
    'indexed' => '0',
    'defaultValue' => '1',
    'fieldPrefix' => '',
    'description' => '',
    'fieldAddonBefore' => '',
    'fieldAddonAfter' => '',
    'fieldWidth' => 'small',
    'isPasswordField' => '0',
    'isRequired' => '0',
    'isUnique' => '0',
    'minLength' => '',
    'maxLength' => '1',
    'charsetRule' => 'allow',
    'charset' => '0123456789',
    'name' => 'carousel_min_displayed',
    '_tableName' => 'story_boards',
  ),
  'carousel_max_displayed' => array(
    'order' => 47,
    'label' => 'Carousel Max Displayed',
    'type' => 'textfield',
    'indexed' => '0',
    'defaultValue' => '3',
    'fieldPrefix' => '',
    'description' => '',
    'fieldAddonBefore' => '',
    'fieldAddonAfter' => '',
    'fieldWidth' => 'small',
    'isPasswordField' => '0',
    'isRequired' => '0',
    'isUnique' => '0',
    'minLength' => '',
    'maxLength' => '1',
    'charsetRule' => 'allow',
    'charset' => '0123456789',
    'name' => 'carousel_max_displayed',
    '_tableName' => 'story_boards',
  ),
  'carousel_move_by' => array(
    'order' => 48,
    'label' => 'Carousel Move By',
    'type' => 'list',
    'indexed' => '0',
    'defaultValue' => 'visible',
    'fieldPrefix' => '',
    'description' => '',
    'isRequired' => '0',
    'isUnique' => '0',
    'listType' => 'pulldown',
    'optionsType' => 'text',
    'optionsText' => 'one|One Slide at a Time
visible|Shift by Number of Visible Slides',
    'name' => 'carousel_move_by',
    '_tableName' => 'story_boards',
  ),
  'carousel_auto_play' => array(
    'order' => 49,
    'label' => 'Carousel Auto Play',
    'type' => 'checkbox',
    'indexed' => '',
    'fieldPrefix' => '',
    'checkedByDefault' => '0',
    'description' => '',
    'checkedValue' => 'Yes',
    'uncheckedValue' => 'No',
    'name' => 'carousel_auto_play',
    '_tableName' => 'story_boards',
  ),
  'carousel_pause_time' => array(
    'order' => 50,
    'label' => 'Carousel Pause Time',
    'type' => 'textfield',
    'indexed' => '0',
    'defaultValue' => '5000',
    'fieldPrefix' => 'Enter as Milliseconds (1000 milliseconds is 1 second) ',
    'description' => '',
    'fieldAddonBefore' => '',
    'fieldAddonAfter' => '',
    'fieldWidth' => 'small',
    'isPasswordField' => '0',
    'isRequired' => '0',
    'isUnique' => '0',
    'minLength' => '',
    'maxLength' => '5',
    'charsetRule' => 'allow',
    'charset' => '0123456789',
    'name' => 'carousel_pause_time',
    '_tableName' => 'story_boards',
  ),
  'after_slider_content' => array(
    'order' => 51,
    'label' => 'After Slider Content',
    'type' => 'wysiwyg',
    'indexed' => '0',
    'fieldPrefix' => '',
    'description' => '',
    'defaultContent' => '',
    'allowUploads' => '1',
    'isRequired' => '0',
    'isUnique' => '0',
    'minLength' => '',
    'maxLength' => '',
    'fieldHeight' => '300',
    'allowedExtensions' => 'gif,jpg,jpeg,png,wmv,mov,swf,pdf',
    'checkMaxUploadSize' => '0',
    'maxUploadSizeKB' => '5120',
    'checkMaxUploads' => '1',
    'maxUploads' => '25',
    'resizeOversizedImages' => '1',
    'maxImageHeight' => '3000',
    'maxImageWidth' => '1500',
    'createThumbnails' => '1',
    'maxThumbnailHeight' => '150',
    'maxThumbnailWidth' => '150',
    'createThumbnails2' => '0',
    'maxThumbnailHeight2' => '150',
    'maxThumbnailWidth2' => '150',
    'createThumbnails3' => '0',
    'maxThumbnailHeight3' => '150',
    'maxThumbnailWidth3' => '150',
    'createThumbnails4' => '0',
    'maxThumbnailHeight4' => '150',
    'maxThumbnailWidth4' => '150',
    'useCustomUploadDir' => '0',
    'customUploadDir' => '',
    'customUploadUrl' => '',
    'name' => 'after_slider_content',
    '_tableName' => 'story_boards',
  ),
  '__separator005__' => array(
    'order' => 52,
    'label' => '',
    'type' => 'separator',
    'separatorType' => 'header bar',
    'separatorHeader' => 'Publishing Information',
    'separatorHTML' => '<div class=\'col-sm-2\'>
  Column 1
</div>
<div class=\'col-sm-10\'>
  Column 2
</div>
',
    'isCollapsible' => '1',
    'isCollapsed' => '1',
    'name' => '__separator005__',
    '_tableName' => 'story_boards',
  ),
  'publishDate' => array(
    'order' => 53,
    'label' => 'Publish Date',
    'type' => 'date',
    'indexed' => '0',
    'fieldPrefix' => '',
    'description' => '',
    'isRequired' => '0',
    'isUnique' => '0',
    'defaultDate' => '',
    'defaultDateString' => '2015-01-01 00:00:00',
    'showTime' => '1',
    'showSeconds' => '1',
    'use24HourFormat' => '0',
    'yearRangeStart' => '',
    'yearRangeEnd' => '',
    'name' => 'publishDate',
    '_tableName' => 'story_boards',
  ),
  'removeDate' => array(
    'order' => 54,
    'label' => 'Remove Date',
    'type' => 'date',
    'indexed' => '0',
    'fieldPrefix' => '',
    'description' => '',
    'isRequired' => '0',
    'isUnique' => '0',
    'defaultDate' => '',
    'defaultDateString' => '2015-01-01 00:00:00',
    'showTime' => '1',
    'showSeconds' => '1',
    'use24HourFormat' => '0',
    'yearRangeStart' => '',
    'yearRangeEnd' => '',
    'name' => 'removeDate',
    '_tableName' => 'story_boards',
  ),
  'neverRemove' => array(
    'order' => 55,
    'label' => 'Never Remove',
    'type' => 'checkbox',
    'indexed' => '0',
    'fieldPrefix' => '',
    'checkedByDefault' => '1',
    'description' => '',
    'checkedValue' => 'Yes',
    'uncheckedValue' => 'No',
    'name' => 'neverRemove',
    '_tableName' => 'story_boards',
  ),
  'hidden' => array(
    'order' => 56,
    'label' => 'Hidden',
    'type' => 'checkbox',
    'indexed' => '0',
    'fieldPrefix' => '',
    'checkedByDefault' => '0',
    'description' => '',
    'checkedValue' => 'Yes',
    'uncheckedValue' => 'No',
    'name' => 'hidden',
    '_tableName' => 'story_boards',
  ),
);
?>