commited features for showroom release

This commit is contained in:
Bachir Soussi Chiadmi
2016-12-10 18:30:03 +01:00
parent 026a9bc241
commit 138b68ac98
36 changed files with 2694 additions and 969 deletions

View File

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