Browse Source

fixed card print css display

Bachir Soussi Chiadmi 7 years ago
parent
commit
7ed9dc54bf

+ 3 - 4
sites/all/modules/features/materio_content_types/materio_content_types.features.field_instance.inc

@@ -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(

+ 2 - 2
sites/all/modules/features/materio_content_types/materio_content_types.field_group.inc

@@ -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(