materio-base-legacy/sites/all/modules/features/materio_administration/materio_administration.strongarm.inc
2015-11-25 11:34:49 +01:00

750 lines
30 KiB
PHP

<?php
/**
* @file
* materio_administration.strongarm.inc
*/
/**
* Implements hook_strongarm().
*/
function materio_administration_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 = 'admin_menu_cache_client';
$strongarm->value = 0;
$export['admin_menu_cache_client'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'admin_menu_devel_modules_enabled';
$strongarm->value = array(
'field_ui' => 'field_ui',
'l10n_update' => 'l10n_update',
'views_ui' => 'views_ui',
'devel' => 'devel',
);
$export['admin_menu_devel_modules_enabled'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'admin_menu_devel_modules_skip';
$strongarm->value = array(
'admin_devel' => 0,
'devel' => 0,
'devel_node_access' => 0,
'field_ui' => 0,
'l10n_update' => 0,
'views_ui' => 0,
);
$export['admin_menu_devel_modules_skip'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'admin_menu_display';
$strongarm->value = 'plid';
$export['admin_menu_display'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'admin_menu_margin_top';
$strongarm->value = 1;
$export['admin_menu_margin_top'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'admin_menu_position_fixed';
$strongarm->value = 1;
$export['admin_menu_position_fixed'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'admin_menu_show_all';
$strongarm->value = 0;
$export['admin_menu_show_all'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'admin_menu_tweak_modules';
$strongarm->value = 0;
$export['admin_menu_tweak_modules'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'admin_menu_tweak_permissions';
$strongarm->value = 0;
$export['admin_menu_tweak_permissions'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'admin_menu_tweak_tabs';
$strongarm->value = 0;
$export['admin_menu_tweak_tabs'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'content_type_extras_title_hide_breve';
$strongarm->value = 0;
$export['content_type_extras_title_hide_breve'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'content_type_extras_title_hide_company';
$strongarm->value = 0;
$export['content_type_extras_title_hide_company'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'content_type_extras_title_hide_didactique';
$strongarm->value = 0;
$export['content_type_extras_title_hide_didactique'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'content_type_extras_title_hide_materiau';
$strongarm->value = 0;
$export['content_type_extras_title_hide_materiau'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'entity_translation_entity_types';
$strongarm->value = array(
'node' => 'node',
'taxonomy_term' => 'taxonomy_term',
'user' => 0,
);
$export['entity_translation_entity_types'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'entity_translation_hide_translation_links_breve';
$strongarm->value = 1;
$export['entity_translation_hide_translation_links_breve'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'entity_translation_hide_translation_links_company';
$strongarm->value = 1;
$export['entity_translation_hide_translation_links_company'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'entity_translation_hide_translation_links_didactique';
$strongarm->value = 0;
$export['entity_translation_hide_translation_links_didactique'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'entity_translation_hide_translation_links_faq';
$strongarm->value = 1;
$export['entity_translation_hide_translation_links_faq'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'entity_translation_hide_translation_links_looping_embed_video';
$strongarm->value = 0;
$export['entity_translation_hide_translation_links_looping_embed_video'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'entity_translation_hide_translation_links_materiau';
$strongarm->value = 1;
$export['entity_translation_hide_translation_links_materiau'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'entity_translation_hide_translation_links_page';
$strongarm->value = 1;
$export['entity_translation_hide_translation_links_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 = 'entity_translation_hide_translation_links_simplenews';
$strongarm->value = 0;
$export['entity_translation_hide_translation_links_simplenews'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'entity_translation_hide_translation_links_static_page_plaintext';
$strongarm->value = 1;
$export['entity_translation_hide_translation_links_static_page_plaintext'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'entity_translation_hide_translation_links_webform';
$strongarm->value = 0;
$export['entity_translation_hide_translation_links_webform'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'entity_translation_node_metadata_breve';
$strongarm->value = '0';
$export['entity_translation_node_metadata_breve'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'entity_translation_node_metadata_company';
$strongarm->value = '0';
$export['entity_translation_node_metadata_company'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'entity_translation_node_metadata_contact_operationnel';
$strongarm->value = '0';
$export['entity_translation_node_metadata_contact_operationnel'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'entity_translation_node_metadata_didactique';
$strongarm->value = '0';
$export['entity_translation_node_metadata_didactique'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'entity_translation_node_metadata_faq';
$strongarm->value = '0';
$export['entity_translation_node_metadata_faq'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'entity_translation_node_metadata_looping_embed_video';
$strongarm->value = '0';
$export['entity_translation_node_metadata_looping_embed_video'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'entity_translation_node_metadata_materiau';
$strongarm->value = '0';
$export['entity_translation_node_metadata_materiau'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'entity_translation_node_metadata_page';
$strongarm->value = '0';
$export['entity_translation_node_metadata_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 = 'entity_translation_node_metadata_simplenews';
$strongarm->value = '0';
$export['entity_translation_node_metadata_simplenews'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'entity_translation_node_metadata_static_page_plaintext';
$strongarm->value = '0';
$export['entity_translation_node_metadata_static_page_plaintext'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'entity_translation_node_metadata_webform';
$strongarm->value = '0';
$export['entity_translation_node_metadata_webform'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'entity_translation_revision_enabled';
$strongarm->value = FALSE;
$export['entity_translation_revision_enabled'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'entity_translation_settings_node__breve';
$strongarm->value = array(
'default_language' => 'und',
'hide_language_selector' => 0,
'exclude_language_none' => 0,
'lock_language' => 0,
'shared_fields_original_only' => 0,
);
$export['entity_translation_settings_node__breve'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'entity_translation_settings_node__company';
$strongarm->value = array(
'default_language' => 'und',
'hide_language_selector' => 0,
'exclude_language_none' => 0,
'lock_language' => 0,
'shared_fields_original_only' => 0,
);
$export['entity_translation_settings_node__company'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'entity_translation_settings_node__didactique';
$strongarm->value = array(
'default_language' => 'und',
'hide_language_selector' => 0,
'exclude_language_none' => 0,
'lock_language' => 0,
'shared_fields_original_only' => 0,
);
$export['entity_translation_settings_node__didactique'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'entity_translation_settings_node__faq';
$strongarm->value = array(
'default_language' => 'und',
'hide_language_selector' => 0,
'exclude_language_none' => 0,
'lock_language' => 0,
'shared_fields_original_only' => 0,
);
$export['entity_translation_settings_node__faq'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'entity_translation_settings_node__looping_embed_video';
$strongarm->value = array(
'default_language' => 'und',
'hide_language_selector' => 0,
'exclude_language_none' => 0,
'lock_language' => 0,
'shared_fields_original_only' => 0,
);
$export['entity_translation_settings_node__looping_embed_video'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'entity_translation_settings_node__materiau';
$strongarm->value = array(
'default_language' => 'und',
'hide_language_selector' => 0,
'exclude_language_none' => 0,
'lock_language' => 0,
'shared_fields_original_only' => 0,
);
$export['entity_translation_settings_node__materiau'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'entity_translation_settings_node__page';
$strongarm->value = array(
'default_language' => 'und',
'hide_language_selector' => 0,
'exclude_language_none' => 0,
'lock_language' => 0,
'shared_fields_original_only' => 0,
);
$export['entity_translation_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 = 'entity_translation_settings_node__publication';
$strongarm->value = array(
'default_language' => 'und',
'hide_language_selector' => 0,
'exclude_language_none' => 0,
'lock_language' => 0,
'shared_fields_original_only' => 0,
);
$export['entity_translation_settings_node__publication'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'entity_translation_settings_node__webform';
$strongarm->value = array(
'default_language' => 'xx-et-default',
'hide_language_selector' => 1,
'exclude_language_none' => 0,
'lock_language' => 0,
'shared_fields_original_only' => 0,
);
$export['entity_translation_settings_node__webform'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'entity_translation_settings_taxonomy_term__catalog';
$strongarm->value = array(
'default_language' => 'xx-et-default',
'hide_language_selector' => 1,
'exclude_language_none' => 0,
'lock_language' => 0,
'shared_fields_original_only' => 0,
);
$export['entity_translation_settings_taxonomy_term__catalog'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'entity_translation_settings_taxonomy_term__company';
$strongarm->value = array(
'default_language' => 'und',
'hide_language_selector' => 1,
'exclude_language_none' => 0,
'lock_language' => 0,
'shared_fields_original_only' => 0,
);
$export['entity_translation_settings_taxonomy_term__company'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'entity_translation_settings_taxonomy_term__faq_categories';
$strongarm->value = array(
'default_language' => 'xx-et-default',
'hide_language_selector' => 1,
'exclude_language_none' => 0,
'lock_language' => 0,
'shared_fields_original_only' => 0,
);
$export['entity_translation_settings_taxonomy_term__faq_categories'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'entity_translation_settings_taxonomy_term__newsletter';
$strongarm->value = array(
'default_language' => 'xx-et-default',
'hide_language_selector' => 1,
'exclude_language_none' => 0,
'lock_language' => 0,
'shared_fields_original_only' => 0,
);
$export['entity_translation_settings_taxonomy_term__newsletter'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'entity_translation_settings_taxonomy_term__onthologie';
$strongarm->value = array(
'default_language' => 'xx-et-default',
'hide_language_selector' => 0,
'exclude_language_none' => 0,
'lock_language' => 0,
'shared_fields_original_only' => 0,
);
$export['entity_translation_settings_taxonomy_term__onthologie'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'entity_translation_settings_taxonomy_term__tag_libres';
$strongarm->value = array(
'default_language' => 'xx-et-default',
'hide_language_selector' => 0,
'exclude_language_none' => 0,
'lock_language' => 0,
'shared_fields_original_only' => 0,
);
$export['entity_translation_settings_taxonomy_term__tag_libres'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'entity_translation_shared_labels';
$strongarm->value = 1;
$export['entity_translation_shared_labels'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'entity_translation_show_fallback_on_overview_pages';
$strongarm->value = 0;
$export['entity_translation_show_fallback_on_overview_pages'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'entity_translation_workflow_enabled';
$strongarm->value = 1;
$export['entity_translation_workflow_enabled'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'logintoboggan_confirm_email_at_registration';
$strongarm->value = '0';
$export['logintoboggan_confirm_email_at_registration'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'logintoboggan_immediate_login_on_register';
$strongarm->value = 1;
$export['logintoboggan_immediate_login_on_register'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'logintoboggan_login_successful_message';
$strongarm->value = '0';
$export['logintoboggan_login_successful_message'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'logintoboggan_login_with_email';
$strongarm->value = '1';
$export['logintoboggan_login_with_email'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'logintoboggan_minimum_password_length';
$strongarm->value = '0';
$export['logintoboggan_minimum_password_length'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'logintoboggan_override_destination_parameter';
$strongarm->value = 0;
$export['logintoboggan_override_destination_parameter'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'logintoboggan_pre_auth_role';
$strongarm->value = '9';
$export['logintoboggan_pre_auth_role'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'logintoboggan_purge_unvalidated_user_interval';
$strongarm->value = '604800';
$export['logintoboggan_purge_unvalidated_user_interval'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'logintoboggan_redirect_on_confirm';
$strongarm->value = 'user/%uid/edit';
$export['logintoboggan_redirect_on_confirm'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'logintoboggan_redirect_on_register';
$strongarm->value = '';
$export['logintoboggan_redirect_on_register'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'logintoboggan_unified_login';
$strongarm->value = 0;
$export['logintoboggan_unified_login'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'login_destination_immediate_redirect';
$strongarm->value = 1;
$export['login_destination_immediate_redirect'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'login_destination_preserve_destination';
$strongarm->value = 0;
$export['login_destination_preserve_destination'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'site_frontpage';
$strongarm->value = 'home';
$export['site_frontpage'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'title_node';
$strongarm->value = array(
'auto_attach' => array(
'title' => 0,
),
'hide_label' => array(
'page' => 'page',
'entity' => 'entity',
),
);
$export['title_node'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'title_taxonomy_term';
$strongarm->value = array(
'auto_attach' => array(
'name' => 'name',
'description' => 'description',
),
'hide_label' => array(
'page' => 'page',
'entity' => 'entity',
),
);
$export['title_taxonomy_term'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'workflow_access_priority';
$strongarm->value = '0';
$export['workflow_access_priority'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'workflow_breve';
$strongarm->value = array(
0 => 'node',
);
$export['workflow_breve'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'workflow_company';
$strongarm->value = array(
0 => 'node',
);
$export['workflow_company'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'workflow_contact_operationnel';
$strongarm->value = array(
0 => 'node',
);
$export['workflow_contact_operationnel'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'workflow_didactique';
$strongarm->value = array(
0 => 'node',
);
$export['workflow_didactique'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'workflow_faq';
$strongarm->value = array(
0 => 'node',
);
$export['workflow_faq'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'workflow_looping_embed_video';
$strongarm->value = array(
0 => 'node',
);
$export['workflow_looping_embed_video'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'workflow_materiau';
$strongarm->value = array(
0 => 'node',
);
$export['workflow_materiau'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'workflow_page';
$strongarm->value = array(
0 => 'node',
);
$export['workflow_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 = 'workflow_panel';
$strongarm->value = array(
0 => 'node',
);
$export['workflow_panel'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'workflow_product';
$strongarm->value = array(
0 => 'node',
);
$export['workflow_product'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'workflow_simplenews';
$strongarm->value = array(
0 => 'node',
);
$export['workflow_simplenews'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'workflow_webform';
$strongarm->value = array(
0 => 'node',
);
$export['workflow_webform'] = $strongarm;
return $export;
}