fixed card print css display

This commit is contained in:
Bachir Soussi Chiadmi 2016-12-11 10:34:10 +01:00
parent adee2f54e3
commit 7ed9dc54bf
2 changed files with 5 additions and 6 deletions

View File

@ -2517,7 +2517,7 @@ function materio_content_types_field_default_field_instances() {
'viewmode' => 'print', 'viewmode' => 'print',
), ),
'type' => 'tode', 'type' => 'tode',
'weight' => 8, 'weight' => 9,
), ),
'teaser' => array( 'teaser' => array(
'label' => 'above', 'label' => 'above',
@ -2614,7 +2614,7 @@ function materio_content_types_field_default_field_instances() {
'viewmode' => 'print', 'viewmode' => 'print',
), ),
'type' => 'tode', 'type' => 'tode',
'weight' => 7, 'weight' => 8,
), ),
'teaser' => array( 'teaser' => array(
'label' => 'above', 'label' => 'above',
@ -2947,9 +2947,8 @@ function materio_content_types_field_default_field_instances() {
), ),
'print' => array( 'print' => array(
'label' => 'hidden', 'label' => 'hidden',
'module' => 'text',
'settings' => array(), 'settings' => array(),
'type' => 'text_plain', 'type' => 'hidden',
'weight' => 5, 'weight' => 5,
), ),
'teaser' => array( 'teaser' => array(

View File

@ -238,8 +238,7 @@ function materio_content_types_field_group_info() {
'label' => 'head right', 'label' => 'head right',
'weight' => '3', 'weight' => '3',
'children' => array( 'children' => array(
0 => 'field_localisation', 0 => 'field_reference_materio',
1 => 'field_reference_materio',
), ),
'format_type' => 'div', 'format_type' => 'div',
'format_settings' => array( 'format_settings' => array(
@ -1713,6 +1712,7 @@ function materio_content_types_field_group_info() {
0 => 'field_description', 0 => 'field_description',
1 => 'field_company_fab', 1 => 'field_company_fab',
2 => 'field_company_distrib', 2 => 'field_company_distrib',
3 => 'field_location',
), ),
'format_type' => 'div', 'format_type' => 'div',
'format_settings' => array( 'format_settings' => array(