fixed card print css display
This commit is contained in:
parent
adee2f54e3
commit
7ed9dc54bf
@ -2517,7 +2517,7 @@ function materio_content_types_field_default_field_instances() {
|
||||
'viewmode' => 'print',
|
||||
),
|
||||
'type' => 'tode',
|
||||
'weight' => 8,
|
||||
'weight' => 9,
|
||||
),
|
||||
'teaser' => array(
|
||||
'label' => 'above',
|
||||
@ -2614,7 +2614,7 @@ function materio_content_types_field_default_field_instances() {
|
||||
'viewmode' => 'print',
|
||||
),
|
||||
'type' => 'tode',
|
||||
'weight' => 7,
|
||||
'weight' => 8,
|
||||
),
|
||||
'teaser' => array(
|
||||
'label' => 'above',
|
||||
@ -2947,9 +2947,8 @@ function materio_content_types_field_default_field_instances() {
|
||||
),
|
||||
'print' => array(
|
||||
'label' => 'hidden',
|
||||
'module' => 'text',
|
||||
'settings' => array(),
|
||||
'type' => 'text_plain',
|
||||
'type' => 'hidden',
|
||||
'weight' => 5,
|
||||
),
|
||||
'teaser' => array(
|
||||
|
@ -238,8 +238,7 @@ function materio_content_types_field_group_info() {
|
||||
'label' => 'head right',
|
||||
'weight' => '3',
|
||||
'children' => array(
|
||||
0 => 'field_localisation',
|
||||
1 => 'field_reference_materio',
|
||||
0 => 'field_reference_materio',
|
||||
),
|
||||
'format_type' => 'div',
|
||||
'format_settings' => array(
|
||||
@ -1713,6 +1712,7 @@ function materio_content_types_field_group_info() {
|
||||
0 => 'field_description',
|
||||
1 => 'field_company_fab',
|
||||
2 => 'field_company_distrib',
|
||||
3 => 'field_location',
|
||||
),
|
||||
'format_type' => 'div',
|
||||
'format_settings' => array(
|
||||
|
Loading…
x
Reference in New Issue
Block a user