<?php /* This is a PHP data file */ if (!@$LOADSTRUCT) { die("This is not a program file."); }
return array (
  '_detailPage' => '/app/pages/index.php',
  '_disableAdd' => '0',
  '_disableErase' => '0',
  '_disableModify' => '0',
  '_disablePreview' => '1',
  '_disableView' => '1',
  '_filenameFields' => 'breadcrumb',
  '_hideRecordsFromDisabledAccounts' => '0',
  '_indent' => '0',
  '_listPage' => '/pages/',
  '_maxDepth' => '4',
  '_maxRecords' => '',
  '_maxRecordsPerUser' => '',
  '_perPageDefault' => '50',
  '_previewPage' => '',
  '_requiredPlugins' => '',
  '_tableName' => 'custom_pages',
  'listPageFields' => 'name,page_title,subtitle,permalink,lineage,featured,is_heading_only,meta_description',
  'listPageOrder' => 'globalOrder',
  'listPageSearchFields' => '_all_
Hidden|hidden|match
Parent|parentNum|match',
  'menuHidden' => '0',
  'menuName' => 'Web Pages',
  'menuOrder' => '0000000001',
  'menuPrefixIcon' => 'fa-list',
  'menuType' => 'category',
  'num' => array(
    'order' => 1,
    'type' => 'none',
    'label' => 'Record Number',
    'isSystemField' => '1',
  ),
  'createdDate' => array(
    'order' => 2,
    'type' => 'none',
    'label' => 'Created',
    'isSystemField' => '1',
  ),
  'createdByUserNum' => array(
    'order' => 3,
    'type' => 'none',
    'label' => 'Created By',
    'isSystemField' => '1',
  ),
  'updatedDate' => array(
    'order' => 4,
    'type' => 'none',
    'label' => 'Last Updated',
    'isSystemField' => '1',
  ),
  'updatedByUserNum' => array(
    'order' => 5,
    'type' => 'none',
    'label' => 'Last Updated By',
    'isSystemField' => '1',
  ),
  'globalOrder' => array(
    'order' => 6,
    'label' => '_globalOrder',
    'type' => 'none',
    'customColumnType' => 'int(10) unsigned NOT NULL',
    'isSystemField' => '1',
  ),
  'siblingOrder' => array(
    'order' => 7,
    'label' => '_siblingOrder',
    'type' => 'none',
    'customColumnType' => 'int(10) unsigned NOT NULL',
    'isSystemField' => '1',
  ),
  'lineage' => array(
    'order' => 8,
    'label' => '_lineage',
    'type' => 'none',
    'customColumnType' => 'varchar(255) NOT NULL',
    'isSystemField' => '1',
  ),
  'depth' => array(
    'order' => 9,
    'label' => '_depth',
    'type' => 'none',
    'customColumnType' => 'int(10) unsigned NOT NULL',
    'isSystemField' => '1',
  ),
  'parentNum' => array(
    'order' => 10,
    'label' => 'Parent Category',
    'type' => 'parentCategory',
    'customColumnType' => 'int(10) unsigned NOT NULL',
    'isSystemField' => '1',
  ),
  'breadcrumb' => array(
    'order' => 11,
    'label' => 'Breadcrumb',
    'type' => 'none',
    'customColumnType' => 'varchar(255) NOT NULL',
    'isSystemField' => '1',
  ),
  '__separator003__' => array(
    'order' => 12,
    'label' => '',
    'type' => 'separator',
    'separatorType' => 'header bar',
    'separatorHeader' => 'Flags',
    'separatorHTML' => '<div class=\'col-sm-2\'>
  Column 1
</div>
<div class=\'col-sm-10\'>
  Column 2
</div>
',
    'isCollapsible' => '',
    'isCollapsed' => '',
  ),
  'hidden' => array(
    'order' => 13,
    'label' => 'Hidden',
    'type' => 'checkbox',
    'indexed' => '0',
    'fieldPrefix' => '',
    'checkedByDefault' => '0',
    'description' => 'If checked this record will not display',
    'checkedValue' => 'Yes',
    'uncheckedValue' => 'No',
  ),
  'hide_in_nav_menu' => array(
    'order' => 14,
    'label' => 'Hide in Nav Menu',
    'type' => 'checkbox',
    'indexed' => '0',
    'fieldPrefix' => '',
    'checkedByDefault' => '0',
    'description' => 'When \'Checked\' this item will not display in the Main Navigation menu, it will still show in footer menu',
    'checkedValue' => 'Yes',
    'uncheckedValue' => 'No',
  ),
  'is_heading_only' => array(
    'order' => 15,
    'label' => 'Is Heading Only',
    'type' => 'checkbox',
    'indexed' => '',
    'fieldPrefix' => '',
    'checkedByDefault' => '0',
    'description' => '',
    'checkedValue' => 'Yes',
    'uncheckedValue' => 'No',
  ),
  'featured' => array(
    'order' => 16,
    'label' => 'Featured',
    'type' => 'checkbox',
    'indexed' => '1',
    'fieldPrefix' => '',
    'checkedByDefault' => '0',
    'description' => 'Used to control prominence or featured item',
    'checkedValue' => 'Yes',
    'uncheckedValue' => 'No',
  ),
  'neverRemove' => array(
    'order' => 17,
    'label' => 'Never Remove',
    'type' => 'checkbox',
    'indexed' => '0',
    'fieldPrefix' => '',
    'checkedByDefault' => '1',
    'description' => 'Overrides Remove Date',
    'checkedValue' => 'Yes',
    'uncheckedValue' => 'No',
  ),
  'publishDate' => array(
    'order' => 18,
    'label' => 'Publish Date',
    'type' => 'date',
    'indexed' => '0',
    'fieldPrefix' => '',
    'description' => '',
    'isRequired' => '0',
    'isUnique' => '0',
    'defaultDate' => 'custom',
    'defaultDateString' => 'today',
    'showTime' => '0',
    'showSeconds' => '0',
    'use24HourFormat' => '0',
    'yearRangeStart' => '',
    'yearRangeEnd' => '',
  ),
  'removeDate' => array(
    'order' => 19,
    'label' => 'Remove Date',
    'type' => 'date',
    'indexed' => '0',
    'fieldPrefix' => '',
    'description' => 'Record will no longer display after this date',
    'isRequired' => '0',
    'isUnique' => '0',
    'defaultDate' => 'custom',
    'defaultDateString' => '+ 15 years',
    'showTime' => '0',
    'showSeconds' => '0',
    'use24HourFormat' => '0',
    'yearRangeStart' => '2017',
    'yearRangeEnd' => '2040',
  ),
  '__separator004__' => array(
    'order' => 20,
    'label' => '',
    'type' => 'separator',
    'separatorType' => 'header bar',
    'separatorHeader' => 'Page Content',
    'separatorHTML' => '<div class=\'col-sm-2\'>
  Column 1
</div>
<div class=\'col-sm-10\'>
  Column 2
</div>
',
    'isCollapsible' => '',
    'isCollapsed' => '',
  ),
  'name' => array(
    'customColumnType' => 'VARCHAR(255)',
    'order' => 21,
    'label' => 'Name',
    'type' => 'textfield',
    'isSystemField' => '1',
    'indexed' => '1',
    'defaultValue' => '',
    'fieldPrefix' => '',
    'description' => 'Used for the Menu Name (maximum length 50 characters)',
    'fieldAddonBefore' => '',
    'fieldAddonAfter' => '',
    'fieldWidth' => 'medium',
    'isPasswordField' => '0',
    'isRequired' => '1',
    'isUnique' => '0',
    'minLength' => '',
    'maxLength' => '50',
    'charsetRule' => '',
    'charset' => '',
  ),
  'page_title' => array(
    'customColumnType' => 'VARCHAR(255)',
    'order' => 22,
    'label' => 'Page Title',
    'type' => 'textfield',
    'indexed' => '0',
    'defaultValue' => '',
    'fieldPrefix' => '',
    'description' => 'If blank will use Name',
    'fieldAddonBefore' => '',
    'fieldAddonAfter' => '',
    'fieldWidth' => 'medium',
    'isPasswordField' => '0',
    'isRequired' => '0',
    'isUnique' => '0',
    'minLength' => '',
    'maxLength' => '',
    'charsetRule' => '',
    'charset' => '',
  ),
  'subtitle' => array(
    'order' => 23,
    'label' => 'Subtitle',
    'type' => 'textfield',
    'indexed' => '',
    'defaultValue' => '',
    'fieldPrefix' => '',
    'description' => '',
    'fieldAddonBefore' => '',
    'fieldAddonAfter' => '',
    'fieldWidth' => '',
    'isPasswordField' => '0',
    'isRequired' => '0',
    'isUnique' => '0',
    'minLength' => '',
    'maxLength' => '',
    'charsetRule' => '',
    'charset' => '',
  ),
  'content' => array(
    'order' => 24,
    'label' => 'Content',
    'type' => 'wysiwyg',
    'indexed' => '0',
    'fieldPrefix' => '',
    'description' => '',
    'defaultContent' => '',
    'allowUploads' => '1',
    'isRequired' => '0',
    'isUnique' => '0',
    'minLength' => '',
    'maxLength' => '',
    'fieldHeight' => '300',
    'allowedExtensions' => 'gif,jpg,jpeg,png,svg',
    'checkMaxUploadSize' => '1',
    'maxUploadSizeKB' => '8096',
    'checkMaxUploads' => '1',
    'maxUploads' => '25',
    'resizeOversizedImages' => '1',
    'maxImageHeight' => '800',
    'maxImageWidth' => '600',
    'createThumbnails' => '1',
    'maxThumbnailHeight' => '150',
    'maxThumbnailWidth' => '150',
    'cropThumbnails' => '0',
    'createThumbnails2' => '1',
    'maxThumbnailHeight2' => '250',
    'maxThumbnailWidth2' => '250',
    'cropThumbnails2' => '0',
    'createThumbnails3' => '0',
    'maxThumbnailHeight3' => '150',
    'maxThumbnailWidth3' => '150',
    'cropThumbnails3' => '0',
    'createThumbnails4' => '0',
    'maxThumbnailHeight4' => '150',
    'maxThumbnailWidth4' => '150',
    'cropThumbnails4' => '0',
    'useCustomUploadDir' => '0',
    'customUploadDir' => '',
    'customUploadUrl' => '',
  ),
  'side_note' => array(
    'order' => 25,
    'label' => 'Notes',
    'type' => 'wysiwyg',
    'indexed' => '0',
    'fieldPrefix' => '',
    'description' => 'Supplementary Text',
    'defaultContent' => '',
    'allowUploads' => '1',
    'isRequired' => '0',
    'isUnique' => '0',
    'minLength' => '',
    'maxLength' => '',
    'fieldHeight' => '',
    'allowedExtensions' => 'gif,jpg,jpeg,png,svg,wmv,mov,swf,pdf',
    'checkMaxUploadSize' => '1',
    'maxUploadSizeKB' => '5120',
    'checkMaxUploads' => '1',
    'maxUploads' => '25',
    'resizeOversizedImages' => '1',
    'maxImageHeight' => '800',
    'maxImageWidth' => '600',
    'createThumbnails' => '1',
    'maxThumbnailHeight' => '150',
    'maxThumbnailWidth' => '150',
    'cropThumbnails' => '0',
    'createThumbnails2' => '0',
    'maxThumbnailHeight2' => '150',
    'maxThumbnailWidth2' => '150',
    'cropThumbnails2' => '0',
    'createThumbnails3' => '0',
    'maxThumbnailHeight3' => '150',
    'maxThumbnailWidth3' => '150',
    'cropThumbnails3' => '0',
    'createThumbnails4' => '0',
    'maxThumbnailHeight4' => '150',
    'maxThumbnailWidth4' => '150',
    'cropThumbnails4' => '0',
    'useCustomUploadDir' => '0',
    'customUploadDir' => '',
    'customUploadUrl' => '',
  ),
  'ads' => array(
    'order' => 26,
    'label' => 'Ads',
    'type' => 'list',
    'indexed' => '0',
    'defaultValue' => '',
    'fieldPrefix' => '',
    'description' => 'Select ads to appear on this page, default rules apply if none selected.',
    'isRequired' => '0',
    'isUnique' => '0',
    'listType' => 'pulldownMulti',
    'optionsType' => 'table',
    'optionsTablename' => 'ads',
    'optionsValueField' => 'num',
    'optionsLabelField' => 'title',
  ),
  '__separator002__' => array(
    'order' => 27,
    'label' => '',
    'type' => 'separator',
    'separatorType' => 'header bar',
    'separatorHeader' => 'Uploads',
    'separatorHTML' => '<tr>
 <td colspan=\'2\'>
 </td>
</tr>',
  ),
  'images' => array(
    'order' => 28,
    'label' => 'Images',
    'type' => 'upload',
    'fieldPrefix' => '',
    'description' => 'Max 25 @ 8M (jpg, jpeg, png, gif)',
    'isRequired' => '0',
    'allowedExtensions' => 'gif,jpg,png,jpeg',
    'checkMaxUploadSize' => '1',
    'maxUploadSizeKB' => '8096',
    'checkMaxUploads' => '1',
    'maxUploads' => '25',
    'resizeOversizedImages' => '1',
    'maxImageHeight' => '1920',
    'maxImageWidth' => '1920',
    'createThumbnails' => '1',
    'maxThumbnailHeight' => '1280',
    'maxThumbnailWidth' => '1280',
    'cropThumbnails' => '0',
    'createThumbnails2' => '1',
    'maxThumbnailHeight2' => '800',
    'maxThumbnailWidth2' => '800',
    'cropThumbnails2' => '0',
    'createThumbnails3' => '1',
    'maxThumbnailHeight3' => '480',
    'maxThumbnailWidth3' => '480',
    'cropThumbnails3' => '0',
    'createThumbnails4' => '1',
    'maxThumbnailHeight4' => '200',
    'maxThumbnailWidth4' => '200',
    'cropThumbnails4' => '1',
    'useCustomUploadDir' => '0',
    'customUploadDir' => '',
    'customUploadUrl' => '',
    'infoField1' => 'Title',
    'infoField2' => 'Caption',
    'infoField3' => '',
    'infoField4' => '',
    'infoField5' => '',
  ),
  'documents' => array(
    'order' => 29,
    'label' => 'Documents',
    'type' => 'upload',
    'fieldPrefix' => '',
    'description' => 'PDF only (Max 25)',
    'isRequired' => '0',
    'allowedExtensions' => 'pdf',
    'checkMaxUploadSize' => '1',
    'maxUploadSizeKB' => '8096',
    'checkMaxUploads' => '1',
    'maxUploads' => '25',
    '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' => 'Title',
    'infoField2' => 'Caption',
    'infoField3' => '',
    'infoField4' => '',
    'infoField5' => '',
  ),
  'embed_video' => array(
    'order' => 30,
    'label' => 'Embed Video',
    'type' => 'textbox',
    'indexed' => '',
    'defaultContent' => '',
    'fieldPrefix' => '',
    'description' => '',
    'isRequired' => '0',
    'isUnique' => '0',
    'minLength' => '',
    'maxLength' => '',
    'fieldHeight' => '',
    'autoFormat' => '1',
  ),
  '__separator001__' => array(
    'order' => 31,
    'label' => '',
    'type' => 'separator',
    'separatorType' => 'header bar',
    'separatorHeader' => 'SEO',
    'separatorHTML' => '<div class=\'col-sm-2\'>
  Column 1
</div>
<div class=\'col-sm-10\'>
  Column 2
</div>
',
    'isCollapsible' => '',
    'isCollapsed' => '',
  ),
  'meta_description' => array(
    'customColumnType' => 'VARCHAR(255)',
    'order' => 32,
    'label' => 'Meta Description',
    'type' => 'textbox',
    'indexed' => '0',
    'defaultContent' => '',
    'fieldPrefix' => '',
    'description' => '',
    'isRequired' => '0',
    'isUnique' => '0',
    'minLength' => '',
    'maxLength' => '',
    'fieldHeight' => '50',
    'autoFormat' => '1',
  ),
  'font_icon' => array(
    'customColumnType' => 'VARCHAR(255)',
    'order' => 33,
    'label' => 'Font-icon',
    'type' => 'textfield',
    'indexed' => '0',
    'defaultValue' => '',
    'fieldPrefix' => '',
    'description' => 'Fontawesome name e.g: flag',
    'fieldAddonBefore' => '',
    'fieldAddonAfter' => '',
    'fieldWidth' => '',
    'isPasswordField' => '0',
    'isRequired' => '0',
    'isUnique' => '0',
    'minLength' => '',
    'maxLength' => '',
    'charsetRule' => '',
    'charset' => '',
  ),
  'forms' => array(
    'order' => 34,
    'label' => 'Forms',
    'type' => 'list',
    'indexed' => '0',
    'defaultValue' => '',
    'fieldPrefix' => '',
    'description' => '',
    'isRequired' => '0',
    'isUnique' => '0',
    'listType' => 'pulldown',
    'optionsType' => 'table',
    'optionsTablename' => 'forms',
    'optionsValueField' => 'file_name',
    'optionsLabelField' => 'title',
  ),
  'permalink' => array(
    'customColumnType' => 'VARCHAR(255)',
    'order' => 35,
    'label' => 'permalink',
    'type' => 'textfield',
    'indexed' => '0',
    'defaultValue' => '',
    'fieldPrefix' => '',
    'description' => '',
    'fieldAddonBefore' => '',
    'fieldAddonAfter' => '',
    'fieldWidth' => '',
    'isPasswordField' => '0',
    'isRequired' => '0',
    'isUnique' => '0',
    'minLength' => '',
    'maxLength' => '',
    'charsetRule' => '',
    'charset' => '',
  ),
  'shadow_permalink' => array(
    'order' => 36,
    'label' => 'shadow_permalink',
    'type' => 'textfield',
    'isSystemField' => '1',
    'indexed' => '0',
    'defaultValue' => '',
    'fieldPrefix' => '',
    'description' => 'overrides permalink - used to direct to other url via permalink DB ',
    'fieldAddonBefore' => '',
    'fieldAddonAfter' => '',
    'fieldWidth' => '',
    'isPasswordField' => '0',
    'isRequired' => '0',
    'isUnique' => '0',
    'minLength' => '',
    'maxLength' => '',
    'charsetRule' => '',
    'charset' => '',
  ),
);
?>