commited features for showroom release

This commit is contained in:
Bachir Soussi Chiadmi
2016-12-10 18:30:03 +01:00
parent 026a9bc241
commit 138b68ac98
36 changed files with 2694 additions and 969 deletions

View File

@@ -101,32 +101,15 @@ return t($items[0][\'name\']);
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'field_bundle_settings_field_collection_item__field_showroom_localisation';
$strongarm->name = 'entity_translation_settings_node__showroom';
$strongarm->value = array(
'view_modes' => array(
'full' => array(
'custom_settings' => FALSE,
),
'diff_standard' => array(
'custom_settings' => FALSE,
),
'print' => array(
'custom_settings' => FALSE,
),
'token' => array(
'custom_settings' => FALSE,
),
),
'extra_fields' => array(
'form' => array(
'redirect' => array(
'weight' => '30',
),
),
'display' => array(),
),
'default_language' => 'und',
'hide_language_selector' => 0,
'exclude_language_none' => 0,
'lock_language' => 0,
'shared_fields_original_only' => 0,
);
$export['field_bundle_settings_field_collection_item__field_showroom_localisation'] = $strongarm;
$export['entity_translation_settings_node__showroom'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
@@ -224,6 +207,41 @@ return t($items[0][\'name\']);
$strongarm->value = '4';
$export['language_content_type_showroom'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'materio_showroom_migrate_default_term';
$strongarm->value = '7557';
$export['materio_showroom_migrate_default_term'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'materio_showroom_migrate_node_type';
$strongarm->value = 'materiau';
$export['materio_showroom_migrate_node_type'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'materio_showroom_migrate_source_field';
$strongarm->value = 'field_localisation';
$export['materio_showroom_migrate_source_field'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'materio_showroom_migrate_target_field';
$strongarm->value = 'field_location';
$export['materio_showroom_migrate_target_field'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'materio_showroom_migrate_vocabulary';
$strongarm->value = '19';
$export['materio_showroom_migrate_vocabulary'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
@@ -417,5 +435,14 @@ return t($items[0][\'name\']);
$strongarm->value = array();
$export['unique_field_show_matches_showroom'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'workflow_showroom';
$strongarm->value = array(
0 => 'node',
);
$export['workflow_showroom'] = $strongarm;
return $export;
}