EVOLUTION-NINJA
Edit File: agov_basic_page.strongarm.inc
<?php /** * @file * agov_basic_page.strongarm.inc */ /** * Implements hook_strongarm(). */ function agov_basic_page_strongarm() { $export = array(); $strongarm = new stdClass(); $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ $strongarm->api_version = 1; $strongarm->name = 'comment_anonymous_page'; $strongarm->value = '1'; $export['comment_anonymous_page'] = $strongarm; $strongarm = new stdClass(); $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ $strongarm->api_version = 1; $strongarm->name = 'comment_default_mode_page'; $strongarm->value = 1; $export['comment_default_mode_page'] = $strongarm; $strongarm = new stdClass(); $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ $strongarm->api_version = 1; $strongarm->name = 'comment_default_per_page_page'; $strongarm->value = '50'; $export['comment_default_per_page_page'] = $strongarm; $strongarm = new stdClass(); $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ $strongarm->api_version = 1; $strongarm->name = 'comment_form_location_page'; $strongarm->value = 1; $export['comment_form_location_page'] = $strongarm; $strongarm = new stdClass(); $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ $strongarm->api_version = 1; $strongarm->name = 'comment_page'; $strongarm->value = '0'; $export['comment_page'] = $strongarm; $strongarm = new stdClass(); $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ $strongarm->api_version = 1; $strongarm->name = 'comment_preview_page'; $strongarm->value = '1'; $export['comment_preview_page'] = $strongarm; $strongarm = new stdClass(); $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ $strongarm->api_version = 1; $strongarm->name = 'comment_subject_field_page'; $strongarm->value = 1; $export['comment_subject_field_page'] = $strongarm; $strongarm = new stdClass(); $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ $strongarm->api_version = 1; $strongarm->name = 'field_bundle_settings_node__page'; $strongarm->value = array( 'view_modes' => array( 'full' => array( 'custom_settings' => FALSE, ), 'teaser' => array( 'custom_settings' => TRUE, ), 'rss' => array( 'custom_settings' => FALSE, ), 'search_index' => array( 'custom_settings' => FALSE, ), 'search_result' => array( 'custom_settings' => TRUE, ), 'token' => array( 'custom_settings' => FALSE, ), 'feature' => array( 'custom_settings' => FALSE, ), 'compact' => array( 'custom_settings' => TRUE, ), 'embed' => array( 'custom_settings' => TRUE, ), 'revision' => array( 'custom_settings' => FALSE, ), 'diff_standard' => array( 'custom_settings' => FALSE, ), ), 'extra_fields' => array( 'form' => array( 'metatags' => array( 'weight' => '4', ), 'title' => array( 'weight' => '0', ), 'path' => array( 'weight' => '3', ), 'redirect' => array( 'weight' => '5', ), 'xmlsitemap' => array( 'weight' => '4', ), ), 'display' => array(), ), ); $export['field_bundle_settings_node__page'] = $strongarm; $strongarm = new stdClass(); $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ $strongarm->api_version = 1; $strongarm->name = 'menu_options_page'; $strongarm->value = array( 0 => 'main-menu', ); $export['menu_options_page'] = $strongarm; $strongarm = new stdClass(); $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ $strongarm->api_version = 1; $strongarm->name = 'menu_parent_page'; $strongarm->value = 'main-menu:0'; $export['menu_parent_page'] = $strongarm; $strongarm = new stdClass(); $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ $strongarm->api_version = 1; $strongarm->name = 'node_options_page'; $strongarm->value = array( 0 => 'status', ); $export['node_options_page'] = $strongarm; $strongarm = new stdClass(); $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ $strongarm->api_version = 1; $strongarm->name = 'node_preview_page'; $strongarm->value = '1'; $export['node_preview_page'] = $strongarm; $strongarm = new stdClass(); $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ $strongarm->api_version = 1; $strongarm->name = 'node_submitted_page'; $strongarm->value = 0; $export['node_submitted_page'] = $strongarm; $strongarm = new stdClass(); $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ $strongarm->api_version = 1; $strongarm->name = 'pathauto_node_page_pattern'; $strongarm->value = '[node:menu-link:parents:join-path]/[node:title]'; $export['pathauto_node_page_pattern'] = $strongarm; $strongarm = new stdClass(); $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ $strongarm->api_version = 1; $strongarm->name = 'scheduler_publish_enable_page'; $strongarm->value = 1; $export['scheduler_publish_enable_page'] = $strongarm; $strongarm = new stdClass(); $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ $strongarm->api_version = 1; $strongarm->name = 'scheduler_publish_moderation_state_page'; $strongarm->value = 'published'; $export['scheduler_publish_moderation_state_page'] = $strongarm; $strongarm = new stdClass(); $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ $strongarm->api_version = 1; $strongarm->name = 'scheduler_publish_required_page'; $strongarm->value = 0; $export['scheduler_publish_required_page'] = $strongarm; $strongarm = new stdClass(); $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ $strongarm->api_version = 1; $strongarm->name = 'scheduler_publish_revision_page'; $strongarm->value = 0; $export['scheduler_publish_revision_page'] = $strongarm; $strongarm = new stdClass(); $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ $strongarm->api_version = 1; $strongarm->name = 'scheduler_publish_touch_page'; $strongarm->value = 0; $export['scheduler_publish_touch_page'] = $strongarm; $strongarm = new stdClass(); $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ $strongarm->api_version = 1; $strongarm->name = 'scheduler_unpublish_default_time_page'; $strongarm->value = ''; $export['scheduler_unpublish_default_time_page'] = $strongarm; $strongarm = new stdClass(); $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ $strongarm->api_version = 1; $strongarm->name = 'scheduler_unpublish_enable_page'; $strongarm->value = 1; $export['scheduler_unpublish_enable_page'] = $strongarm; $strongarm = new stdClass(); $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ $strongarm->api_version = 1; $strongarm->name = 'scheduler_unpublish_moderation_state_page'; $strongarm->value = 'draft'; $export['scheduler_unpublish_moderation_state_page'] = $strongarm; $strongarm = new stdClass(); $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ $strongarm->api_version = 1; $strongarm->name = 'scheduler_unpublish_required_page'; $strongarm->value = 0; $export['scheduler_unpublish_required_page'] = $strongarm; $strongarm = new stdClass(); $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ $strongarm->api_version = 1; $strongarm->name = 'scheduler_unpublish_revision_page'; $strongarm->value = 0; $export['scheduler_unpublish_revision_page'] = $strongarm; $strongarm = new stdClass(); $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ $strongarm->api_version = 1; $strongarm->name = 'xmlsitemap_settings_node_page'; $strongarm->value = array( 'status' => '1', 'priority' => '0.5', ); $export['xmlsitemap_settings_node_page'] = $strongarm; return $export; }