Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@volkanunsal
Created April 3, 2010 09:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save volkanunsal/354292 to your computer and use it in GitHub Desktop.
Save volkanunsal/354292 to your computer and use it in GitHub Desktop.
<?php
/**
* @file
* Display suite default settings.
*/
function _YOURMODULENAME_ds_fields() {
$data = array(
'vd' => array(
'portfolio_items' => array(
'type' => 6,
'status' => 2,
'title' => 'Portfolio Items',
'exclude' => array(
'portfolio_items_block_1' => 'portfolio_items_block_1',
'blogs_archive_page_1' => 0,
'portfolio_tags_block_1' => 0,
'archive_page' => 0,
'archive_block' => 0,
'flag_bookmarks_tab_page' => 0,
'flag_bookmarks_page' => 0,
'nodequeue_3_page' => 0,
'nodequeue_3_block' => 0,
),
'properties' => array(
'block' => 'better_perms|0',
'render' => '1',
),
),
),
);
return $data;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment