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

@@ -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;