removed i18n_taxonomy module from features dependencies
fixed some bugs
This commit is contained in:
@@ -14,7 +14,6 @@ dependencies[] = field_extrawidgets
|
||||
dependencies[] = field_group
|
||||
dependencies[] = field_permissions
|
||||
dependencies[] = file
|
||||
dependencies[] = i18n_taxonomy
|
||||
dependencies[] = image
|
||||
dependencies[] = link
|
||||
dependencies[] = list
|
||||
@@ -470,4 +469,5 @@ features[variable][] = print_sourceurl_forcenode
|
||||
features[variable][] = print_urls
|
||||
features[variable][] = print_urls_anchors
|
||||
features[views_view][] = entity_reference_materiaux_breves
|
||||
features_exclude[dependencies][i18n_taxonomy] = i18n_taxonomy
|
||||
project path = sites/all/modules/features
|
||||
|
@@ -4,7 +4,6 @@ core = 7.x
|
||||
package = Materio
|
||||
dependencies[] = ctools
|
||||
dependencies[] = features
|
||||
dependencies[] = i18n_taxonomy
|
||||
dependencies[] = image
|
||||
dependencies[] = materio_admin
|
||||
dependencies[] = materio_user
|
||||
@@ -264,4 +263,5 @@ features[variable][] = uc_weight_format_oz
|
||||
features[variable][] = uc_weight_unit
|
||||
features_exclude[dependencies][uc_coupon] = uc_coupon
|
||||
features_exclude[dependencies][uc_credit] = uc_credit
|
||||
features_exclude[dependencies][i18n_taxonomy] = i18n_taxonomy
|
||||
project path = sites/all/modules/features
|
||||
|
@@ -4,6 +4,15 @@
|
||||
* materio_user_profiles.features.inc
|
||||
*/
|
||||
|
||||
/**
|
||||
* Implements hook_ctools_plugin_api().
|
||||
*/
|
||||
function materio_user_profiles_ctools_plugin_api($module = NULL, $api = NULL) {
|
||||
if ($module == "strongarm" && $api == "strongarm") {
|
||||
return array("version" => "1");
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Implements hook_default_profile2_type().
|
||||
*/
|
||||
|
@@ -8,15 +8,16 @@ dependencies[] = email
|
||||
dependencies[] = entity
|
||||
dependencies[] = features
|
||||
dependencies[] = field_permissions
|
||||
dependencies[] = i18n_taxonomy
|
||||
dependencies[] = link
|
||||
dependencies[] = list
|
||||
dependencies[] = materio_content_types
|
||||
dependencies[] = number
|
||||
dependencies[] = options
|
||||
dependencies[] = profile2
|
||||
dependencies[] = strongarm
|
||||
dependencies[] = taxonomy
|
||||
dependencies[] = text
|
||||
features[ctools][] = strongarm:strongarm:1
|
||||
features[features_api][] = api:2
|
||||
features[field_base][] = field_activity_sector
|
||||
features[field_base][] = field_administrative_email
|
||||
@@ -132,4 +133,5 @@ features[user_permission][] = view own field_private_quality
|
||||
features[user_permission][] = view own field_service
|
||||
features[user_permission][] = view own field_siret
|
||||
features[user_permission][] = view own field_user_website
|
||||
features_exclude[dependencies][i18n_taxonomy] = i18n_taxonomy
|
||||
project path = sites/all/modules/features
|
||||
|
Reference in New Issue
Block a user