admin features remoced front-page dependencie

This commit is contained in:
Bachir Soussi Chiadmi 2015-07-03 10:28:35 +02:00
parent 98d1b5cb03
commit 408251fd28
3 changed files with 0 additions and 19 deletions

View File

@ -29,15 +29,6 @@ function materio_administration_user_default_permissions() {
'module' => 'workflow_views',
);
// Exported permission: 'administer front page'.
$permissions['administer front page'] = array(
'name' => 'administer front page',
'roles' => array(
'root' => 'root',
),
'module' => 'front_page',
);
// Exported permission: 'administer workflow'.
$permissions['administer workflow'] = array(
'name' => 'administer workflow',

View File

@ -8,7 +8,6 @@ dependencies[] = admin_menu_toolbar
dependencies[] = ctools
dependencies[] = elysia_cron
dependencies[] = features
dependencies[] = front_page
dependencies[] = login_destination
dependencies[] = logintoboggan
dependencies[] = logintoboggan_rules
@ -58,7 +57,6 @@ features[menu_links][] = navigation_users:admin/people
features[menu_links][] = navigation_users:admin/users
features[user_permission][] = access administration menu
features[user_permission][] = access workflow summary views
features[user_permission][] = administer front page
features[user_permission][] = administer workflow
features[user_permission][] = assign Adhérent role
features[user_permission][] = assign Contact opérationnel role
@ -93,7 +91,6 @@ features[variable][] = content_type_extras_title_hide_breve
features[variable][] = content_type_extras_title_hide_company
features[variable][] = content_type_extras_title_hide_didactique
features[variable][] = content_type_extras_title_hide_materiau
features[variable][] = front_page_enable
features[variable][] = login_destination_immediate_redirect
features[variable][] = login_destination_preserve_destination
features[variable][] = logintoboggan_confirm_email_at_registration

View File

@ -120,13 +120,6 @@ function materio_administration_strongarm() {
$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 = 'front_page_enable';
$strongarm->value = 1;
$export['front_page_enable'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;