View source
<?php
function cms_events_strongarm() {
$export = array();
$strongarm = new stdClass();
$strongarm->disabled = FALSE;
$strongarm->api_version = 1;
$strongarm->name = 'comment_event';
$strongarm->value = '1';
$export['comment_event'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE;
$strongarm->api_version = 1;
$strongarm->name = 'field_bundle_settings_node__event';
$strongarm->value = array(
'view_modes' => array(
'teaser' => array(
'custom_settings' => TRUE,
),
'full' => array(
'custom_settings' => FALSE,
),
'rss' => array(
'custom_settings' => FALSE,
),
'token' => array(
'custom_settings' => FALSE,
),
'search_index' => array(
'custom_settings' => FALSE,
),
'search_result' => array(
'custom_settings' => FALSE,
),
'mdp_full_popup' => array(
'custom_settings' => TRUE,
),
'mdp_inline_popup' => array(
'custom_settings' => TRUE,
),
),
'extra_fields' => array(
'form' => array(
'title' => array(
'weight' => '0',
),
'path' => array(
'weight' => '1',
),
'metatags' => array(
'weight' => '6',
),
),
'display' => array(),
),
);
$export['field_bundle_settings_node__event'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE;
$strongarm->api_version = 1;
$strongarm->name = 'pathauto_node_event_pattern';
$strongarm->value = '[node:title]';
$export['pathauto_node_event_pattern'] = $strongarm;
return $export;
}