removed translation link from publications

This commit is contained in:
Bachir Soussi Chiadmi 2015-06-15 12:21:31 +02:00
parent ce2f811278
commit 4eadc1b771
2 changed files with 8 additions and 7 deletions

View File

@ -1,17 +1,14 @@
name = Materio publications
core = 7.x
package = Materio
dependencies[] = ctools
dependencies[] = features
dependencies[] = image
dependencies[] = list
dependencies[] = materio_content_types
dependencies[] = materio_page_title
dependencies[] = materio_subscriptions
dependencies[] = metatag
dependencies[] = node
dependencies[] = options
dependencies[] = strongarm
dependencies[] = text
dependencies[] = workflow
dependencies[] = workflow_access
features[ctools][] = strongarm:strongarm:1
features[features_api][] = api:2
@ -67,4 +64,8 @@ features[variable][] = unique_field_show_matches_publication
features[variable][] = workflow_publication
features[workflow][] = Publication
features[workflow_access][] = Publication
features_exclude[dependencies][image] = image
features_exclude[dependencies][materio_page_title] = materio_page_title
features_exclude[dependencies][materio_subscriptions] = materio_subscriptions
features_exclude[dependencies][options] = options
project path = sites/all/modules/features

View File

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