removed translation link from publications
This commit is contained in:
parent
ce2f811278
commit
4eadc1b771
@ -1,17 +1,14 @@
|
|||||||
name = Materio publications
|
name = Materio publications
|
||||||
core = 7.x
|
core = 7.x
|
||||||
package = Materio
|
package = Materio
|
||||||
|
dependencies[] = ctools
|
||||||
dependencies[] = features
|
dependencies[] = features
|
||||||
dependencies[] = image
|
dependencies[] = list
|
||||||
dependencies[] = materio_content_types
|
dependencies[] = materio_content_types
|
||||||
dependencies[] = materio_page_title
|
|
||||||
dependencies[] = materio_subscriptions
|
|
||||||
dependencies[] = metatag
|
dependencies[] = metatag
|
||||||
dependencies[] = node
|
dependencies[] = node
|
||||||
dependencies[] = options
|
|
||||||
dependencies[] = strongarm
|
dependencies[] = strongarm
|
||||||
dependencies[] = text
|
dependencies[] = text
|
||||||
dependencies[] = workflow
|
|
||||||
dependencies[] = workflow_access
|
dependencies[] = workflow_access
|
||||||
features[ctools][] = strongarm:strongarm:1
|
features[ctools][] = strongarm:strongarm:1
|
||||||
features[features_api][] = api:2
|
features[features_api][] = api:2
|
||||||
@ -67,4 +64,8 @@ features[variable][] = unique_field_show_matches_publication
|
|||||||
features[variable][] = workflow_publication
|
features[variable][] = workflow_publication
|
||||||
features[workflow][] = Publication
|
features[workflow][] = Publication
|
||||||
features[workflow_access][] = 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
|
project path = sites/all/modules/features
|
||||||
|
@ -14,7 +14,7 @@ function materio_publications_strongarm() {
|
|||||||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||||||
$strongarm->api_version = 1;
|
$strongarm->api_version = 1;
|
||||||
$strongarm->name = 'additional_settings__active_tab_publication';
|
$strongarm->name = 'additional_settings__active_tab_publication';
|
||||||
$strongarm->value = 'edit-submission';
|
$strongarm->value = 'edit-print';
|
||||||
$export['additional_settings__active_tab_publication'] = $strongarm;
|
$export['additional_settings__active_tab_publication'] = $strongarm;
|
||||||
|
|
||||||
$strongarm = new stdClass();
|
$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->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||||||
$strongarm->api_version = 1;
|
$strongarm->api_version = 1;
|
||||||
$strongarm->name = 'entity_translation_hide_translation_links_publication';
|
$strongarm->name = 'entity_translation_hide_translation_links_publication';
|
||||||
$strongarm->value = 0;
|
$strongarm->value = 1;
|
||||||
$export['entity_translation_hide_translation_links_publication'] = $strongarm;
|
$export['entity_translation_hide_translation_links_publication'] = $strongarm;
|
||||||
|
|
||||||
$strongarm = new stdClass();
|
$strongarm = new stdClass();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user