commited features for showroom release
This commit is contained in:
@@ -370,14 +370,5 @@ function materio_publications_strongarm() {
|
||||
$strongarm->value = array();
|
||||
$export['unique_field_show_matches_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 = 'workflow_publication';
|
||||
$strongarm->value = array(
|
||||
0 => 'node',
|
||||
);
|
||||
$export['workflow_publication'] = $strongarm;
|
||||
|
||||
return $export;
|
||||
}
|
||||
|
Reference in New Issue
Block a user