fixed showroom location formatter and contentype display

remains css
This commit is contained in:
Bachir Soussi Chiadmi
2016-12-10 19:27:00 +01:00
parent 16d8adc672
commit 5f6a9ac5d1
8 changed files with 77 additions and 74 deletions

View File

@@ -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',