updated features : created showroom_localisation field. Perms with showroom role are still failing

This commit is contained in:
Bachir Soussi Chiadmi
2016-11-21 19:39:50 +01:00
parent 039f49aded
commit 091c01ce81
21 changed files with 843 additions and 170 deletions

View File

@@ -98,6 +98,36 @@ return t($items[0][\'name\']);
$strongarm->value = '0';
$export['entity_translation_node_metadata_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 = 'field_bundle_settings_field_collection_item__field_showroom_localisation';
$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(),
),
);
$export['field_bundle_settings_field_collection_item__field_showroom_localisation'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;