diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-10-06 23:21:56 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-10-06 23:21:56 -0300 |
commit | 6a32a7159dd05c9e9e3e62957d0e03aec3b4cd24 (patch) | |
tree | 0d561e519bd1666bf3b441e92dd685bfc67f43a8 /features/muamba_system | |
parent | fe5d67700ceb54bdc951dbd1f5f98e9dcae89855 (diff) | |
download | muamba-6a32a7159dd05c9e9e3e62957d0e03aec3b4cd24.tar.gz muamba-6a32a7159dd05c9e9e3e62957d0e03aec3b4cd24.tar.bz2 |
Misc changes
Diffstat (limited to 'features/muamba_system')
-rw-r--r-- | features/muamba_system/muamba_system.features.field.inc | 25 |
1 files changed, 14 insertions, 11 deletions
diff --git a/features/muamba_system/muamba_system.features.field.inc b/features/muamba_system/muamba_system.features.field.inc index 39a2cb2..98dffb8 100644 --- a/features/muamba_system/muamba_system.features.field.inc +++ b/features/muamba_system/muamba_system.features.field.inc @@ -234,7 +234,7 @@ function muamba_system_field_default_fields() { 'description' => 'Logotipo do clube', 'display' => array( 'default' => array( - 'label' => 'above', + 'label' => 'hidden', 'module' => 'image', 'settings' => array( 'image_link' => '', @@ -474,7 +474,7 @@ function muamba_system_field_default_fields() { 'description' => '', 'display' => array( 'default' => array( - 'label' => 'above', + 'label' => 'hidden', 'module' => 'image', 'settings' => array( 'image_link' => '', @@ -512,7 +512,7 @@ function muamba_system_field_default_fields() { 'progress_indicator' => 'throbber', ), 'type' => 'image_image', - 'weight' => '2', + 'weight' => '1', ), ), ); @@ -566,8 +566,8 @@ function muamba_system_field_default_fields() { ), 'entity_type' => 'node', 'field_name' => 'group_audience', - 'label' => 'Groups audience', - 'required' => FALSE, + 'label' => 'Grupos', + 'required' => 1, 'settings' => array( 'user_register_form' => FALSE, ), @@ -584,12 +584,13 @@ function muamba_system_field_default_fields() { ), ), 'widget' => array( + 'active' => 1, 'module' => 'og', 'settings' => array( 'opt_group' => 'auto', ), 'type' => 'group_audience', - 'weight' => '4', + 'weight' => '3', ), 'widget_type' => 'group_audience', ), @@ -626,7 +627,7 @@ function muamba_system_field_default_fields() { 'bundle' => 'muamba', 'default_value' => array( 0 => array( - 'value' => 0, + 'value' => '0', ), ), 'deleted' => '0', @@ -648,8 +649,8 @@ function muamba_system_field_default_fields() { ), 'entity_type' => 'node', 'field_name' => 'group_content_access', - 'label' => 'Group content visibility', - 'required' => TRUE, + 'label' => 'Visibilidade', + 'required' => 1, 'settings' => array( 'user_register_form' => FALSE, ), @@ -664,10 +665,11 @@ function muamba_system_field_default_fields() { ), ), 'widget' => array( + 'active' => 1, 'module' => 'options', 'settings' => array(), 'type' => 'options_select', - 'weight' => '3', + 'weight' => '2', ), 'widget_type' => 'options_select', ), @@ -811,14 +813,15 @@ function muamba_system_field_default_fields() { t('Comment'); t('Descrição'); t('Foto'); - t('Group content visibility'); t('Group type'); t('Group visibility'); t('Groups audience'); + t('Grupos'); t('Logo'); t('Logotipo do clube'); t('Request message'); t('This is the text a user may send to the group administrators.'); + t('Visibilidade'); return $fields; } |