updated all features
This commit is contained in:
@@ -181,7 +181,6 @@ function materio_administration_strongarm() {
|
||||
$strongarm->value = array(
|
||||
'node' => 'node',
|
||||
'taxonomy_term' => 'taxonomy_term',
|
||||
'field_collection_item' => 0,
|
||||
'user' => 0,
|
||||
);
|
||||
$export['entity_translation_entity_types'] = $strongarm;
|
||||
@@ -345,11 +344,11 @@ function materio_administration_strongarm() {
|
||||
$strongarm->api_version = 1;
|
||||
$strongarm->name = 'entity_translation_settings_node__breve';
|
||||
$strongarm->value = array(
|
||||
'default_language' => 'und',
|
||||
'default_language' => 'xx-et-default',
|
||||
'hide_language_selector' => 0,
|
||||
'exclude_language_none' => 0,
|
||||
'lock_language' => 0,
|
||||
'shared_fields_original_only' => 0,
|
||||
'exclude_language_none' => 1,
|
||||
'lock_language' => 1,
|
||||
'shared_fields_original_only' => 1,
|
||||
);
|
||||
$export['entity_translation_settings_node__breve'] = $strongarm;
|
||||
|
||||
@@ -410,11 +409,11 @@ function materio_administration_strongarm() {
|
||||
$strongarm->api_version = 1;
|
||||
$strongarm->name = 'entity_translation_settings_node__materiau';
|
||||
$strongarm->value = array(
|
||||
'default_language' => 'und',
|
||||
'default_language' => 'xx-et-default',
|
||||
'hide_language_selector' => 0,
|
||||
'exclude_language_none' => 0,
|
||||
'lock_language' => 0,
|
||||
'shared_fields_original_only' => 0,
|
||||
'exclude_language_none' => 1,
|
||||
'lock_language' => 1,
|
||||
'shared_fields_original_only' => 1,
|
||||
);
|
||||
$export['entity_translation_settings_node__materiau'] = $strongarm;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user