271 lines
9.3 KiB
PHP
271 lines
9.3 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 = '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;
|
|
}
|