removed translation link from publications
This commit is contained in:
@@ -14,7 +14,7 @@ function materio_publications_strongarm() {
|
||||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||||
$strongarm->api_version = 1;
|
||||
$strongarm->name = 'additional_settings__active_tab_publication';
|
||||
$strongarm->value = 'edit-submission';
|
||||
$strongarm->value = 'edit-print';
|
||||
$export['additional_settings__active_tab_publication'] = $strongarm;
|
||||
|
||||
$strongarm = new stdClass();
|
||||
@@ -84,7 +84,7 @@ function materio_publications_strongarm() {
|
||||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||||
$strongarm->api_version = 1;
|
||||
$strongarm->name = 'entity_translation_hide_translation_links_publication';
|
||||
$strongarm->value = 0;
|
||||
$strongarm->value = 1;
|
||||
$export['entity_translation_hide_translation_links_publication'] = $strongarm;
|
||||
|
||||
$strongarm = new stdClass();
|
||||
|
Reference in New Issue
Block a user