Skip to content

Instantly share code, notes, and snippets.

@fleeting
Created January 27, 2015 17:29
Show Gist options
  • Save fleeting/90ea58a4a2c97a5400a6 to your computer and use it in GitHub Desktop.
Save fleeting/90ea58a4a2c97a5400a6 to your computer and use it in GitHub Desktop.
<?php
$config['MbCmsPlugin'] = array(
'TshmExceptionRenderer',
'CsvView' => array(),
'Microsites' => array('bootstrap' => true, 'routes' => false),
'MenuCtas' => array('bootstrap' => true, 'routes' => true),
'News'=> array('bootstrap' => true, 'routes' => true),
'PressReleases' => array('bootstrap' => true, 'routes' => true),
'TextBlocks' => array('bootstrap' => true, 'routes' => true),
'PullQuotes' => array('bootstrap' => true, 'routes' => true),
'TextCtas' => array('bootstrap' => true, 'routes' => true),
'Galleries' => array('bootstrap' => true, 'routes' => true),
'HomepageBoxes' => array('bootstrap' => true, 'routes' => true),
'FullCalendar' => array('bootstrap' => false, 'routes' => false),
'TshmEvents' => array('bootstrap' => true, 'routes' => true),
'Blog' => array('bootstrap' => true, 'routes' => true),
'Comments' => array('bootstrap' => true, 'routes' => true),
'Subpages' => array('bootstrap' => true, 'routes' => true),
'Exhibits' => array('bootstrap' => true, 'routes' => true),
'Characters' => array('bootstrap' => true, 'routes' => true),
'Artifacts' => array('bootstrap' => true, 'routes' => true),
'Stories' => array('bootstrap' => true, 'routes' => true),
'Timelines' => array('bootstrap' => true, 'routes' => true),
'UgcPrompts' => array('bootstrap' => true, 'routes' => true),
'OverviewPages' => array('bootstrap' => true, 'routes' => true),
'SocialApproval' => array('bootstrap' => true, 'routes' => true),
'ListingPages' => array('bootstrap' => true, 'routes' => true),
'HomepageSlides' => array('bootstrap' => true, 'routes' => true),
'HomepageMapCaptions' => array('bootstrap' => true, 'routes' => true),
'Forms' => array('bootstrap' => true, 'routes' => true),
'Alerts' => array('bootstrap' => true, 'routes' => true),
'AltruData' => array('bootstrap' => true, 'routes' => false),
'Sphinx'
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment