fixed showroom location formatter and contentype display
remains css
This commit is contained in:
@@ -104,27 +104,31 @@ function showroom_field_default_field_instances() {
|
||||
),
|
||||
'cardbig' => array(
|
||||
'label' => 'above',
|
||||
'module' => 'materio_showroom',
|
||||
'settings' => array(),
|
||||
'type' => 'hidden',
|
||||
'weight' => 0,
|
||||
'type' => 'materio_showroom_location_simple_text',
|
||||
'weight' => 7,
|
||||
),
|
||||
'cardfull' => array(
|
||||
'label' => 'above',
|
||||
'module' => 'materio_showroom',
|
||||
'settings' => array(),
|
||||
'type' => 'hidden',
|
||||
'weight' => 0,
|
||||
'type' => 'materio_showroom_location_simple_text',
|
||||
'weight' => 17,
|
||||
),
|
||||
'cardmedium' => array(
|
||||
'label' => 'above',
|
||||
'module' => 'materio_showroom',
|
||||
'settings' => array(),
|
||||
'type' => 'hidden',
|
||||
'weight' => 0,
|
||||
'type' => 'materio_showroom_location_simple_text',
|
||||
'weight' => 22,
|
||||
),
|
||||
'cardsmall' => array(
|
||||
'label' => 'above',
|
||||
'module' => 'materio_showroom',
|
||||
'settings' => array(),
|
||||
'type' => 'hidden',
|
||||
'weight' => 0,
|
||||
'type' => 'materio_showroom_location_simple_text',
|
||||
'weight' => 8,
|
||||
),
|
||||
'default' => array(
|
||||
'label' => 'above',
|
||||
|
@@ -132,6 +132,7 @@ features_exclude[field_base][field_public_address] = field_public_address
|
||||
features_exclude[field_base][field_public_email] = field_public_email
|
||||
features_exclude[field_base][name_field] = name_field
|
||||
features_exclude[field_base][description_field] = description_field
|
||||
features_exclude[field_group][group_htabs|node|materiau|form] = group_htabs|node|materiau|form
|
||||
features_exclude[user_permission][create field_memo] = create field_memo
|
||||
features_exclude[user_permission][edit own field_memo] = edit own field_memo
|
||||
features_exclude[user_permission][edit field_memo] = edit field_memo
|
||||
@@ -152,5 +153,4 @@ features_exclude[user_permission][edit own field_public_email] = edit own field_
|
||||
features_exclude[user_permission][edit field_public_email] = edit field_public_email
|
||||
features_exclude[user_permission][view own field_public_email] = view own field_public_email
|
||||
features_exclude[user_permission][view field_public_email] = view field_public_email
|
||||
features_exclude[field_group][group_htabs|node|materiau|form] = group_htabs|node|materiau|form
|
||||
project path = sites/all/modules/features
|
||||
|
Reference in New Issue
Block a user