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',
|
||||
|
Reference in New Issue
Block a user