]> gitweb.fluxo.info Git - drupal/muamba.git/commitdiff
Features update
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 27 Sep 2011 03:43:02 +0000 (00:43 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 27 Sep 2011 03:43:02 +0000 (00:43 -0300)
features/muamba_system/muamba_system.features.field.inc
features/muamba_system/muamba_system.info

index 0e3de90cfac69e5109f68693062647e155f278dd..5c4a868c22d1109eed1668e88cc64f47c85aec2e 100644 (file)
@@ -238,7 +238,7 @@ function muamba_system_field_default_fields() {
           'module' => 'image',
           'settings' => array(
             'image_link' => '',
-            'image_style' => '',
+            'image_style' => 'medium',
           ),
           'type' => 'image',
           'weight' => '5',
@@ -483,7 +483,7 @@ function muamba_system_field_default_fields() {
           'module' => 'taxonomy',
           'settings' => array(),
           'type' => 'taxonomy_term_reference_link',
-          'weight' => 2,
+          'weight' => '2',
         ),
         'teaser' => array(
           'label' => 'above',
@@ -548,10 +548,10 @@ function muamba_system_field_default_fields() {
           'module' => 'image',
           'settings' => array(
             'image_link' => '',
-            'image_style' => '',
+            'image_style' => 'medium',
           ),
           'type' => 'image',
-          'weight' => 4,
+          'weight' => '4',
         ),
         'teaser' => array(
           'label' => 'above',
@@ -625,7 +625,7 @@ function muamba_system_field_default_fields() {
           'module' => 'og',
           'settings' => array(),
           'type' => 'og_list_default',
-          'weight' => 0,
+          'weight' => '0',
         ),
         'teaser' => array(
           'label' => 'above',
@@ -707,7 +707,7 @@ function muamba_system_field_default_fields() {
           'module' => 'list',
           'settings' => array(),
           'type' => 'list_default',
-          'weight' => 3,
+          'weight' => '3',
         ),
         'teaser' => array(
           'label' => 'above',
index 3d3c8c547a2573c80e9cd101ab620f0b69fbdb06..08ce033fc6842e4c75b3f020ebb8ec8c7c1b6cba 100644 (file)
@@ -56,5 +56,6 @@ features[variable][] = "og_group_content_type_clube"
 features[variable][] = "og_group_type_muamba"
 name = "Muamba System"
 package = "Features"
+php = "5.2.4"
 project = "muamba_system"
 version = "7.x-0.1"