updated features for showroom
This commit is contained in:
@@ -32,7 +32,7 @@ return t($items[0][\'name\']);
|
||||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||||
$strongarm->api_version = 1;
|
||||
$strongarm->name = 'ant_php_showroom';
|
||||
$strongarm->value = 0;
|
||||
$strongarm->value = 1;
|
||||
$export['ant_php_showroom'] = $strongarm;
|
||||
|
||||
$strongarm = new stdClass();
|
||||
@@ -103,7 +103,53 @@ return t($items[0][\'name\']);
|
||||
$strongarm->api_version = 1;
|
||||
$strongarm->name = 'field_bundle_settings_node__showroom';
|
||||
$strongarm->value = array(
|
||||
'view_modes' => array(),
|
||||
'view_modes' => array(
|
||||
'teaser' => array(
|
||||
'custom_settings' => TRUE,
|
||||
),
|
||||
'homeblock' => array(
|
||||
'custom_settings' => TRUE,
|
||||
),
|
||||
'bookmark' => array(
|
||||
'custom_settings' => TRUE,
|
||||
),
|
||||
'cardsmall' => array(
|
||||
'custom_settings' => TRUE,
|
||||
),
|
||||
'cardmedium' => array(
|
||||
'custom_settings' => TRUE,
|
||||
),
|
||||
'cardbig' => array(
|
||||
'custom_settings' => TRUE,
|
||||
),
|
||||
'cardfull' => array(
|
||||
'custom_settings' => TRUE,
|
||||
),
|
||||
'full' => array(
|
||||
'custom_settings' => FALSE,
|
||||
),
|
||||
'rss' => array(
|
||||
'custom_settings' => FALSE,
|
||||
),
|
||||
'diff_standard' => array(
|
||||
'custom_settings' => FALSE,
|
||||
),
|
||||
'print' => array(
|
||||
'custom_settings' => FALSE,
|
||||
),
|
||||
'email_plain' => array(
|
||||
'custom_settings' => FALSE,
|
||||
),
|
||||
'email_html' => array(
|
||||
'custom_settings' => FALSE,
|
||||
),
|
||||
'email_textalt' => array(
|
||||
'custom_settings' => FALSE,
|
||||
),
|
||||
'token' => array(
|
||||
'custom_settings' => FALSE,
|
||||
),
|
||||
),
|
||||
'extra_fields' => array(
|
||||
'form' => array(
|
||||
'metatags' => array(
|
||||
@@ -315,7 +361,9 @@ return t($items[0][\'name\']);
|
||||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||||
$strongarm->api_version = 1;
|
||||
$strongarm->name = 'unique_field_fields_showroom';
|
||||
$strongarm->value = array();
|
||||
$strongarm->value = array(
|
||||
0 => 'field_tode_showroom',
|
||||
);
|
||||
$export['unique_field_fields_showroom'] = $strongarm;
|
||||
|
||||
$strongarm = new stdClass();
|
||||
|
Reference in New Issue
Block a user