updated features for showroom
This commit is contained in:
@@ -52,7 +52,7 @@ function showroom_field_default_field_instances() {
|
||||
'module' => 'text',
|
||||
'settings' => array(),
|
||||
'type' => 'text_default',
|
||||
'weight' => 0,
|
||||
'weight' => 3,
|
||||
),
|
||||
'homeblock' => array(
|
||||
'label' => 'above',
|
||||
@@ -129,7 +129,7 @@ function showroom_field_default_field_instances() {
|
||||
'weight' => 0,
|
||||
),
|
||||
'default' => array(
|
||||
'label' => 'above',
|
||||
'label' => 'hidden',
|
||||
'module' => 'addressfield',
|
||||
'settings' => array(
|
||||
'format_handlers' => array(
|
||||
@@ -138,7 +138,7 @@ function showroom_field_default_field_instances() {
|
||||
'use_widget_handlers' => 1,
|
||||
),
|
||||
'type' => 'addressfield_default',
|
||||
'weight' => 2,
|
||||
'weight' => 0,
|
||||
),
|
||||
'homeblock' => array(
|
||||
'label' => 'above',
|
||||
@@ -472,11 +472,11 @@ function showroom_field_default_field_instances() {
|
||||
'weight' => 0,
|
||||
),
|
||||
'default' => array(
|
||||
'label' => 'above',
|
||||
'label' => 'hidden',
|
||||
'module' => 'email',
|
||||
'settings' => array(),
|
||||
'type' => 'email_default',
|
||||
'weight' => 3,
|
||||
'weight' => 1,
|
||||
),
|
||||
'homeblock' => array(
|
||||
'label' => 'above',
|
||||
@@ -547,11 +547,11 @@ function showroom_field_default_field_instances() {
|
||||
'weight' => 0,
|
||||
),
|
||||
'default' => array(
|
||||
'label' => 'above',
|
||||
'label' => 'hidden',
|
||||
'module' => 'cck_phone',
|
||||
'settings' => array(),
|
||||
'type' => 'global_phone_number',
|
||||
'weight' => 4,
|
||||
'weight' => 2,
|
||||
),
|
||||
'homeblock' => array(
|
||||
'label' => 'above',
|
||||
@@ -864,11 +864,10 @@ function showroom_field_default_field_instances() {
|
||||
'weight' => 0,
|
||||
),
|
||||
'default' => array(
|
||||
'label' => 'above',
|
||||
'module' => 'taxonomy',
|
||||
'label' => 'hidden',
|
||||
'settings' => array(),
|
||||
'type' => 'taxonomy_term_reference_link',
|
||||
'weight' => 1,
|
||||
'type' => 'hidden',
|
||||
'weight' => 4,
|
||||
),
|
||||
'homeblock' => array(
|
||||
'label' => 'above',
|
||||
@@ -916,7 +915,7 @@ function showroom_field_default_field_instances() {
|
||||
'description' => '',
|
||||
'display' => array(
|
||||
'default' => array(
|
||||
'label' => 'above',
|
||||
'label' => 'hidden',
|
||||
'settings' => array(),
|
||||
'type' => 'hidden',
|
||||
'weight' => 1,
|
||||
@@ -955,7 +954,7 @@ function showroom_field_default_field_instances() {
|
||||
'description' => '',
|
||||
'display' => array(
|
||||
'default' => array(
|
||||
'label' => 'above',
|
||||
'label' => 'hidden',
|
||||
'settings' => array(),
|
||||
'type' => 'hidden',
|
||||
'weight' => 0,
|
||||
|
Reference in New Issue
Block a user