View source
<?php
function oa_events_strongarm() {
$export = array();
$strongarm = new stdClass();
$strongarm->disabled = FALSE;
$strongarm->api_version = 1;
$strongarm->name = 'field_bundle_settings_message__oa_event_notification';
$strongarm->value = array(
'view_modes' => array(),
'extra_fields' => array(
'form' => array(),
'display' => array(
'message__message_text__0' => array(
'message_notify_email_subject' => array(
'visible' => TRUE,
'weight' => 0,
),
'message_notify_email_body' => array(
'visible' => FALSE,
'weight' => 0,
),
),
'message__message_text__1' => array(
'message_notify_email_subject' => array(
'visible' => FALSE,
'weight' => 0,
),
'message_notify_email_body' => array(
'visible' => TRUE,
'weight' => 0,
),
),
),
),
);
$export['field_bundle_settings_message__oa_event_notification'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE;
$strongarm->api_version = 1;
$strongarm->name = 'field_bundle_settings_node__oa_event';
$strongarm->value = array(
'view_modes' => array(
'teaser' => array(
'custom_settings' => TRUE,
),
'featured' => array(
'custom_settings' => TRUE,
),
'full' => array(
'custom_settings' => FALSE,
),
'rss' => array(
'custom_settings' => FALSE,
),
'search_index' => array(
'custom_settings' => FALSE,
),
'search_result' => array(
'custom_settings' => FALSE,
),
'diff_standard' => array(
'custom_settings' => FALSE,
),
'token' => array(
'custom_settings' => FALSE,
),
'ical' => array(
'custom_settings' => TRUE,
),
),
'extra_fields' => array(
'form' => array(
'title' => array(
'weight' => '0',
),
'path' => array(
'weight' => '1',
),
),
'display' => array(),
),
);
$export['field_bundle_settings_node__oa_event'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE;
$strongarm->api_version = 1;
$strongarm->name = 'menu_options_oa_event';
$strongarm->value = array();
$export['menu_options_oa_event'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE;
$strongarm->api_version = 1;
$strongarm->name = 'menu_parent_oa_event';
$strongarm->value = 'main-menu:0';
$export['menu_parent_oa_event'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE;
$strongarm->api_version = 1;
$strongarm->name = 'node_options_oa_event';
$strongarm->value = array(
0 => 'status',
1 => 'revision',
);
$export['node_options_oa_event'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE;
$strongarm->api_version = 1;
$strongarm->name = 'node_preview_oa_event';
$strongarm->value = '0';
$export['node_preview_oa_event'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE;
$strongarm->api_version = 1;
$strongarm->name = 'node_submitted_oa_event';
$strongarm->value = 1;
$export['node_submitted_oa_event'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE;
$strongarm->api_version = 1;
$strongarm->name = 'panelizer_defaults_node_oa_event';
$strongarm->value = array(
'status' => 1,
'view modes' => array(
'page_manager' => array(
'status' => 1,
'default' => 1,
'choice' => 0,
),
'default' => array(
'status' => 0,
'default' => 0,
'choice' => 0,
),
'teaser' => array(
'status' => 0,
'default' => 0,
'choice' => 0,
),
'ical' => array(
'status' => 0,
'default' => 0,
'choice' => 0,
),
'featured' => array(
'status' => 1,
'default' => 1,
'choice' => 0,
),
),
);
$export['panelizer_defaults_node_oa_event'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE;
$strongarm->api_version = 1;
$strongarm->name = 'panelizer_node:oa_event_allowed_layouts_default';
$strongarm->value = 1;
$export['panelizer_node:oa_event_allowed_layouts_default'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE;
$strongarm->api_version = 1;
$strongarm->name = 'panelizer_node:oa_event_allowed_types_default';
$strongarm->value = 1;
$export['panelizer_node:oa_event_allowed_types_default'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE;
$strongarm->api_version = 1;
$strongarm->name = 'panelizer_node:oa_event_default';
$strongarm->value = array(
'entity_field' => 'entity_field',
'custom' => 'custom',
'entity_form_field' => 'entity_form_field',
'entity_field_extra' => 'entity_field_extra',
'token' => 'token',
'block' => 'block',
'entity_view' => 'entity_view',
'fieldable_panels_pane' => 'fieldable_panels_pane',
'menu_tree' => 'menu_tree',
'panels_mini' => 'panels_mini',
'views_panes' => 'views_panes',
'other' => 'other',
);
$export['panelizer_node:oa_event_default'] = $strongarm;
return $export;
}