date_repeat_entity_example.strongarm.inc in Date Repeat Entity 7
File
date_repeat_entity_example/date_repeat_entity_example.strongarm.inc
View source
<?php
function date_repeat_entity_example_strongarm() {
$export = array();
$strongarm = new stdClass();
$strongarm->disabled = FALSE;
$strongarm->api_version = 1;
$strongarm->name = 'comment_anonymous_event';
$strongarm->value = 0;
$export['comment_anonymous_event'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE;
$strongarm->api_version = 1;
$strongarm->name = 'comment_default_mode_event';
$strongarm->value = 1;
$export['comment_default_mode_event'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE;
$strongarm->api_version = 1;
$strongarm->name = 'comment_default_per_page_event';
$strongarm->value = '50';
$export['comment_default_per_page_event'] = $strongarm;
$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 = 'comment_form_location_event';
$strongarm->value = 1;
$export['comment_form_location_event'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE;
$strongarm->api_version = 1;
$strongarm->name = 'comment_preview_event';
$strongarm->value = '1';
$export['comment_preview_event'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE;
$strongarm->api_version = 1;
$strongarm->name = 'comment_subject_field_event';
$strongarm->value = 1;
$export['comment_subject_field_event'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE;
$strongarm->api_version = 1;
$strongarm->name = 'menu_options_event';
$strongarm->value = array(
0 => 'main-menu',
);
$export['menu_options_event'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE;
$strongarm->api_version = 1;
$strongarm->name = 'menu_parent_event';
$strongarm->value = 'main-menu:0';
$export['menu_parent_event'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE;
$strongarm->api_version = 1;
$strongarm->name = 'node_options_event';
$strongarm->value = array(
0 => 'status',
);
$export['node_options_event'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE;
$strongarm->api_version = 1;
$strongarm->name = 'node_preview_event';
$strongarm->value = '1';
$export['node_preview_event'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE;
$strongarm->api_version = 1;
$strongarm->name = 'node_submitted_event';
$strongarm->value = 0;
$export['node_submitted_event'] = $strongarm;
return $export;
}