disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ $strongarm->api_version = 1; $strongarm->name = 'i18n_lock_node_page'; $strongarm->value = 0; $export['i18n_lock_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 = 'i18n_newnode_current_page'; $strongarm->value = 0; $export['i18n_newnode_current_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 = 'i18n_node_page'; $strongarm->value = 1; $export['i18n_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 = 'i18n_required_node_page'; $strongarm->value = 0; $export['i18n_required_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 = 'i18nsync_nodeapi_page'; $strongarm->value = array(); $export['i18nsync_nodeapi_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 = 'l10n_update_rebuild_projects'; $strongarm->value = 1; $export['l10n_update_rebuild_projects'] = $strongarm; $strongarm = new stdClass; $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ $strongarm->api_version = 1; $strongarm->name = 'language_content_type_page'; $strongarm->value = '2'; $export['language_content_type_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 = 'language_count'; $strongarm->value = 5; $export['language_count'] = $strongarm; $strongarm = new stdClass; $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ $strongarm->api_version = 1; $strongarm->name = 'language_default'; $strongarm->value = (object) array( 'language' => 'en', 'name' => 'English', 'native' => 'English', 'direction' => '0', 'enabled' => 1, 'plurals' => '0', 'formula' => '', 'domain' => '', 'prefix' => 'en', 'weight' => '0', 'javascript' => '', ); $export['language_default'] = $strongarm; $strongarm = new stdClass; $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ $strongarm->api_version = 1; $strongarm->name = 'language_negotiation'; $strongarm->value = '2'; $export['language_negotiation'] = $strongarm; return $export; }