admin features remoced front-page dependencie
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user