aboutsummaryrefslogtreecommitdiff
path: root/features/muamba_system/muamba_system.features.field.inc
diff options
context:
space:
mode:
Diffstat (limited to 'features/muamba_system/muamba_system.features.field.inc')
-rw-r--r--features/muamba_system/muamba_system.features.field.inc895
1 files changed, 895 insertions, 0 deletions
diff --git a/features/muamba_system/muamba_system.features.field.inc b/features/muamba_system/muamba_system.features.field.inc
new file mode 100644
index 0000000..0e3de90
--- /dev/null
+++ b/features/muamba_system/muamba_system.features.field.inc
@@ -0,0 +1,895 @@
+<?php
+/**
+ * @file
+ * muamba_system.features.field.inc
+ */
+
+/**
+ * Implements hook_field_default_fields().
+ */
+function muamba_system_field_default_fields() {
+ $fields = array();
+
+ // Exported field: 'comment-comment_node_clube-comment_body'
+ $fields['comment-comment_node_clube-comment_body'] = array(
+ 'field_config' => array(
+ 'active' => '1',
+ 'cardinality' => '1',
+ 'deleted' => '0',
+ 'entity_types' => array(
+ 0 => 'comment',
+ ),
+ 'field_name' => 'comment_body',
+ 'foreign keys' => array(
+ 'format' => array(
+ 'columns' => array(
+ 'format' => 'format',
+ ),
+ 'table' => 'filter_format',
+ ),
+ ),
+ 'indexes' => array(
+ 'format' => array(
+ 0 => 'format',
+ ),
+ ),
+ 'module' => 'text',
+ 'settings' => array(),
+ 'translatable' => '0',
+ 'type' => 'text_long',
+ ),
+ 'field_instance' => array(
+ 'bundle' => 'comment_node_clube',
+ 'default_value' => NULL,
+ 'deleted' => '0',
+ 'description' => '',
+ 'display' => array(
+ 'default' => array(
+ 'label' => 'hidden',
+ 'module' => 'text',
+ 'settings' => array(),
+ 'type' => 'text_default',
+ 'weight' => 0,
+ ),
+ ),
+ 'entity_type' => 'comment',
+ 'field_name' => 'comment_body',
+ 'label' => 'Comment',
+ 'required' => TRUE,
+ 'settings' => array(
+ 'text_processing' => 1,
+ 'user_register_form' => FALSE,
+ ),
+ 'widget' => array(
+ 'module' => 'text',
+ 'settings' => array(
+ 'rows' => 5,
+ ),
+ 'type' => 'text_textarea',
+ 'weight' => 0,
+ ),
+ ),
+ );
+
+ // Exported field: 'comment-comment_node_muamba-comment_body'
+ $fields['comment-comment_node_muamba-comment_body'] = array(
+ 'field_config' => array(
+ 'active' => '1',
+ 'cardinality' => '1',
+ 'deleted' => '0',
+ 'entity_types' => array(
+ 0 => 'comment',
+ ),
+ 'field_name' => 'comment_body',
+ 'foreign keys' => array(
+ 'format' => array(
+ 'columns' => array(
+ 'format' => 'format',
+ ),
+ 'table' => 'filter_format',
+ ),
+ ),
+ 'indexes' => array(
+ 'format' => array(
+ 0 => 'format',
+ ),
+ ),
+ 'module' => 'text',
+ 'settings' => array(),
+ 'translatable' => '0',
+ 'type' => 'text_long',
+ ),
+ 'field_instance' => array(
+ 'bundle' => 'comment_node_muamba',
+ 'default_value' => NULL,
+ 'deleted' => '0',
+ 'description' => '',
+ 'display' => array(
+ 'default' => array(
+ 'label' => 'hidden',
+ 'module' => 'text',
+ 'settings' => array(),
+ 'type' => 'text_default',
+ 'weight' => 0,
+ ),
+ ),
+ 'entity_type' => 'comment',
+ 'field_name' => 'comment_body',
+ 'label' => 'Comment',
+ 'required' => TRUE,
+ 'settings' => array(
+ 'text_processing' => 1,
+ 'user_register_form' => FALSE,
+ ),
+ 'widget' => array(
+ 'module' => 'text',
+ 'settings' => array(
+ 'rows' => 5,
+ ),
+ 'type' => 'text_textarea',
+ 'weight' => 0,
+ ),
+ ),
+ );
+
+ // Exported field: 'node-clube-field_descricao'
+ $fields['node-clube-field_descricao'] = array(
+ 'field_config' => array(
+ 'active' => '1',
+ 'cardinality' => '1',
+ 'deleted' => '0',
+ 'entity_types' => array(),
+ 'field_name' => 'field_descricao',
+ 'foreign keys' => array(
+ 'format' => array(
+ 'columns' => array(
+ 'format' => 'format',
+ ),
+ 'table' => 'filter_format',
+ ),
+ ),
+ 'indexes' => array(
+ 'format' => array(
+ 0 => 'format',
+ ),
+ ),
+ 'module' => 'text',
+ 'settings' => array(),
+ 'translatable' => '0',
+ 'type' => 'text_long',
+ ),
+ 'field_instance' => array(
+ 'bundle' => 'clube',
+ 'default_value' => NULL,
+ 'deleted' => '0',
+ 'description' => '',
+ 'display' => array(
+ 'default' => array(
+ 'label' => 'above',
+ 'module' => 'text',
+ 'settings' => array(),
+ 'type' => 'text_default',
+ 'weight' => '4',
+ ),
+ 'teaser' => array(
+ 'label' => 'above',
+ 'module' => 'text',
+ 'settings' => array(),
+ 'type' => 'text_default',
+ 'weight' => '4',
+ ),
+ ),
+ 'entity_type' => 'node',
+ 'field_name' => 'field_descricao',
+ 'label' => 'Descrição',
+ 'required' => 0,
+ 'settings' => array(
+ 'text_processing' => '0',
+ 'user_register_form' => FALSE,
+ ),
+ 'widget' => array(
+ 'active' => 1,
+ 'module' => 'text',
+ 'settings' => array(
+ 'rows' => '5',
+ ),
+ 'type' => 'text_textarea',
+ 'weight' => '3',
+ ),
+ ),
+ );
+
+ // Exported field: 'node-clube-field_logo'
+ $fields['node-clube-field_logo'] = array(
+ 'field_config' => array(
+ 'active' => '1',
+ 'cardinality' => '1',
+ 'deleted' => '0',
+ 'entity_types' => array(),
+ 'field_name' => 'field_logo',
+ 'foreign keys' => array(
+ 'fid' => array(
+ 'columns' => array(
+ 'fid' => 'fid',
+ ),
+ 'table' => 'file_managed',
+ ),
+ ),
+ 'indexes' => array(
+ 'fid' => array(
+ 0 => 'fid',
+ ),
+ ),
+ 'module' => 'image',
+ 'settings' => array(
+ 'default_image' => '1',
+ 'uri_scheme' => 'public',
+ ),
+ 'translatable' => '0',
+ 'type' => 'image',
+ ),
+ 'field_instance' => array(
+ 'bundle' => 'clube',
+ 'deleted' => '0',
+ 'description' => 'Logotipo do clube',
+ 'display' => array(
+ 'default' => array(
+ 'label' => 'above',
+ 'module' => 'image',
+ 'settings' => array(
+ 'image_link' => '',
+ 'image_style' => '',
+ ),
+ 'type' => 'image',
+ 'weight' => '5',
+ ),
+ 'teaser' => array(
+ 'label' => 'above',
+ 'module' => 'image',
+ 'settings' => array(
+ 'image_link' => '',
+ 'image_style' => '',
+ ),
+ 'type' => 'image',
+ 'weight' => '5',
+ ),
+ ),
+ 'entity_type' => 'node',
+ 'field_name' => 'field_logo',
+ 'label' => 'Logo',
+ 'required' => 0,
+ 'settings' => array(
+ 'alt_field' => 0,
+ 'file_directory' => '',
+ 'file_extensions' => 'png gif jpg jpeg',
+ 'max_filesize' => '',
+ 'max_resolution' => '',
+ 'min_resolution' => '',
+ 'title_field' => 0,
+ 'user_register_form' => FALSE,
+ ),
+ 'widget' => array(
+ 'active' => 1,
+ 'module' => 'image',
+ 'settings' => array(
+ 'preview_image_style' => 'thumbnail',
+ 'progress_indicator' => 'throbber',
+ ),
+ 'type' => 'image_image',
+ 'weight' => '4',
+ ),
+ ),
+ );
+
+ // Exported field: 'node-clube-group_access'
+ $fields['node-clube-group_access'] = array(
+ 'field_config' => array(
+ 'active' => '1',
+ 'cardinality' => '1',
+ 'deleted' => '0',
+ 'entity_types' => array(),
+ 'field_name' => 'group_access',
+ 'foreign keys' => array(),
+ 'indexes' => array(
+ 'value' => array(
+ 0 => 'value',
+ ),
+ ),
+ 'module' => 'list',
+ 'no_ui' => TRUE,
+ 'settings' => array(
+ 'allowed_values' => array(
+ 0 => 'Public - accessible to all site users',
+ 1 => 'Private - accessible only to group members',
+ ),
+ 'allowed_values_function' => '',
+ ),
+ 'translatable' => '0',
+ 'type' => 'list_boolean',
+ ),
+ 'field_instance' => array(
+ 'bundle' => 'clube',
+ 'default_value' => array(
+ 0 => array(
+ 'value' => 0,
+ ),
+ ),
+ 'deleted' => '0',
+ 'description' => '',
+ 'display' => array(
+ 'default' => array(
+ 'label' => 'above',
+ 'module' => 'og_ui',
+ 'settings' => array(),
+ 'type' => 'og_group_subscribe',
+ 'weight' => '3',
+ ),
+ 'teaser' => array(
+ 'label' => 'above',
+ 'module' => 'list',
+ 'settings' => array(),
+ 'type' => 'list_default',
+ 'weight' => '3',
+ ),
+ ),
+ 'entity_type' => 'node',
+ 'field_name' => 'group_access',
+ 'label' => 'Group visibility',
+ 'required' => TRUE,
+ 'settings' => array(
+ 'user_register_form' => FALSE,
+ ),
+ 'view modes' => array(
+ 'full' => array(
+ 'label' => 'above',
+ 'type' => 'options_onoff',
+ ),
+ 'teaser' => array(
+ 'label' => 'above',
+ 'type' => 'options_onoff',
+ ),
+ ),
+ 'widget' => array(
+ 'module' => 'options',
+ 'settings' => array(),
+ 'type' => 'options_buttons',
+ 'weight' => '2',
+ ),
+ 'widget_type' => 'options_select',
+ ),
+ );
+
+ // Exported field: 'node-clube-group_group'
+ $fields['node-clube-group_group'] = array(
+ 'field_config' => array(
+ 'active' => '1',
+ 'cardinality' => '1',
+ 'deleted' => '0',
+ 'entity_types' => array(),
+ 'field_name' => 'group_group',
+ 'foreign keys' => array(),
+ 'indexes' => array(
+ 'value' => array(
+ 0 => 'value',
+ ),
+ ),
+ 'module' => 'list',
+ 'no_ui' => TRUE,
+ 'settings' => array(
+ 'allowed_values' => array(
+ 0 => 'Not a group type',
+ 1 => 'Group type',
+ ),
+ 'allowed_values_function' => '',
+ ),
+ 'translatable' => '0',
+ 'type' => 'list_boolean',
+ ),
+ 'field_instance' => array(
+ 'bundle' => 'clube',
+ 'default_value' => array(
+ 0 => array(
+ 'value' => 1,
+ ),
+ ),
+ 'deleted' => '0',
+ 'description' => '',
+ 'display' => array(
+ 'default' => array(
+ 'label' => 'above',
+ 'module' => 'og_ui',
+ 'settings' => array(),
+ 'type' => 'og_group_subscribe',
+ 'weight' => '0',
+ ),
+ 'teaser' => array(
+ 'label' => 'above',
+ 'module' => 'og_ui',
+ 'settings' => array(),
+ 'type' => 'og_group_subscribe',
+ 'weight' => '0',
+ ),
+ ),
+ 'entity_type' => 'node',
+ 'field_name' => 'group_group',
+ 'label' => 'Group type',
+ 'required' => TRUE,
+ 'settings' => array(
+ 'user_register_form' => FALSE,
+ ),
+ 'view modes' => array(
+ 'full' => array(
+ 'custom settings' => FALSE,
+ 'label' => 'Full',
+ 'type' => 'og_group_subscribe',
+ ),
+ 'teaser' => array(
+ 'custom settings' => FALSE,
+ 'label' => 'Chamada',
+ 'type' => 'og_group_subscribe',
+ ),
+ ),
+ 'widget' => array(
+ 'module' => 'options',
+ 'settings' => array(),
+ 'type' => 'options_buttons',
+ 'weight' => '1',
+ ),
+ 'widget_type' => 'options_select',
+ ),
+ );
+
+ // Exported field: 'node-muamba-field_compartilhamento'
+ $fields['node-muamba-field_compartilhamento'] = array(
+ 'field_config' => array(
+ 'active' => '1',
+ 'cardinality' => '-1',
+ 'deleted' => '0',
+ 'entity_types' => array(),
+ 'field_name' => 'field_compartilhamento',
+ 'foreign keys' => array(
+ 'tid' => array(
+ 'columns' => array(
+ 'tid' => 'tid',
+ ),
+ 'table' => 'taxonomy_term_data',
+ ),
+ ),
+ 'indexes' => array(
+ 'tid' => array(
+ 0 => 'tid',
+ ),
+ ),
+ 'module' => 'taxonomy',
+ 'settings' => array(
+ 'allowed_values' => array(
+ 0 => array(
+ 'vocabulary' => 'compartilhamento',
+ 'parent' => '0',
+ ),
+ ),
+ ),
+ 'translatable' => '0',
+ 'type' => 'taxonomy_term_reference',
+ ),
+ 'field_instance' => array(
+ 'bundle' => 'muamba',
+ 'default_value' => NULL,
+ 'deleted' => '0',
+ 'description' => '',
+ 'display' => array(
+ 'default' => array(
+ 'label' => 'above',
+ 'module' => 'taxonomy',
+ 'settings' => array(),
+ 'type' => 'taxonomy_term_reference_link',
+ 'weight' => 2,
+ ),
+ 'teaser' => array(
+ 'label' => 'above',
+ 'settings' => array(),
+ 'type' => 'hidden',
+ 'weight' => 0,
+ ),
+ ),
+ 'entity_type' => 'node',
+ 'field_name' => 'field_compartilhamento',
+ 'label' => 'Forma de compartilhamento',
+ 'required' => 0,
+ 'settings' => array(
+ 'user_register_form' => FALSE,
+ ),
+ 'widget' => array(
+ 'active' => 1,
+ 'module' => 'options',
+ 'settings' => array(),
+ 'type' => 'options_buttons',
+ 'weight' => '1',
+ ),
+ ),
+ );
+
+ // Exported field: 'node-muamba-field_foto'
+ $fields['node-muamba-field_foto'] = array(
+ 'field_config' => array(
+ 'active' => '1',
+ 'cardinality' => '-1',
+ 'deleted' => '0',
+ 'entity_types' => array(),
+ 'field_name' => 'field_foto',
+ 'foreign keys' => array(
+ 'fid' => array(
+ 'columns' => array(
+ 'fid' => 'fid',
+ ),
+ 'table' => 'file_managed',
+ ),
+ ),
+ 'indexes' => array(
+ 'fid' => array(
+ 0 => 'fid',
+ ),
+ ),
+ 'module' => 'image',
+ 'settings' => array(
+ 'default_image' => '3',
+ 'uri_scheme' => 'public',
+ ),
+ 'translatable' => '0',
+ 'type' => 'image',
+ ),
+ 'field_instance' => array(
+ 'bundle' => 'muamba',
+ 'deleted' => '0',
+ 'description' => '',
+ 'display' => array(
+ 'default' => array(
+ 'label' => 'above',
+ 'module' => 'image',
+ 'settings' => array(
+ 'image_link' => '',
+ 'image_style' => '',
+ ),
+ 'type' => 'image',
+ 'weight' => 4,
+ ),
+ 'teaser' => array(
+ 'label' => 'above',
+ 'settings' => array(),
+ 'type' => 'hidden',
+ 'weight' => 0,
+ ),
+ ),
+ 'entity_type' => 'node',
+ 'field_name' => 'field_foto',
+ 'label' => 'Foto',
+ 'required' => 0,
+ 'settings' => array(
+ 'alt_field' => 0,
+ 'file_directory' => '',
+ 'file_extensions' => 'png gif jpg jpeg',
+ 'max_filesize' => '',
+ 'max_resolution' => '',
+ 'min_resolution' => '',
+ 'title_field' => 0,
+ 'user_register_form' => FALSE,
+ ),
+ 'widget' => array(
+ 'active' => 1,
+ 'module' => 'image',
+ 'settings' => array(
+ 'preview_image_style' => 'thumbnail',
+ 'progress_indicator' => 'throbber',
+ ),
+ 'type' => 'image_image',
+ 'weight' => '2',
+ ),
+ ),
+ );
+
+ // Exported field: 'node-muamba-group_audience'
+ $fields['node-muamba-group_audience'] = array(
+ 'field_config' => array(
+ 'active' => '1',
+ 'cardinality' => '-1',
+ 'deleted' => '0',
+ 'entity_types' => array(),
+ 'field_name' => 'group_audience',
+ 'foreign keys' => array(
+ 'og' => array(
+ 'columns' => array(
+ 'gid' => 'gid',
+ ),
+ 'table' => 'og',
+ ),
+ ),
+ 'indexes' => array(
+ 'gid' => array(
+ 0 => 'gid',
+ ),
+ ),
+ 'module' => 'og',
+ 'no_ui' => TRUE,
+ 'settings' => array(),
+ 'translatable' => '0',
+ 'type' => 'group',
+ ),
+ 'field_instance' => array(
+ 'bundle' => 'muamba',
+ 'default_value' => NULL,
+ 'deleted' => '0',
+ 'description' => '',
+ 'display' => array(
+ 'default' => array(
+ 'label' => 'above',
+ 'module' => 'og',
+ 'settings' => array(),
+ 'type' => 'og_list_default',
+ 'weight' => 0,
+ ),
+ 'teaser' => array(
+ 'label' => 'above',
+ 'settings' => array(),
+ 'type' => 'hidden',
+ 'weight' => 0,
+ ),
+ ),
+ 'entity_type' => 'node',
+ 'field_name' => 'group_audience',
+ 'label' => 'Groups audience',
+ 'required' => FALSE,
+ 'settings' => array(
+ 'user_register_form' => FALSE,
+ ),
+ 'view modes' => array(
+ 'full' => array(
+ 'custom settings' => FALSE,
+ 'label' => 'Full',
+ 'type' => 'og_list_default',
+ ),
+ 'teaser' => array(
+ 'custom settings' => FALSE,
+ 'label' => 'Chamada',
+ 'type' => 'og_list_default',
+ ),
+ ),
+ 'widget' => array(
+ 'module' => 'og',
+ 'settings' => array(
+ 'opt_group' => 'auto',
+ ),
+ 'type' => 'group_audience',
+ 'weight' => '4',
+ ),
+ 'widget_type' => 'group_audience',
+ ),
+ );
+
+ // Exported field: 'node-muamba-group_content_access'
+ $fields['node-muamba-group_content_access'] = array(
+ 'field_config' => array(
+ 'active' => '1',
+ 'cardinality' => '1',
+ 'deleted' => '0',
+ 'entity_types' => array(),
+ 'field_name' => 'group_content_access',
+ 'foreign keys' => array(),
+ 'indexes' => array(
+ 'value' => array(
+ 0 => 'value',
+ ),
+ ),
+ 'module' => 'list',
+ 'no_ui' => TRUE,
+ 'settings' => array(
+ 'allowed_values' => array(
+ 0 => 'Use group defaults',
+ 1 => 'Public - accessible to all site users',
+ 2 => 'Private - accessible only to group members',
+ ),
+ 'allowed_values_function' => '',
+ ),
+ 'translatable' => '0',
+ 'type' => 'list_integer',
+ ),
+ 'field_instance' => array(
+ 'bundle' => 'muamba',
+ 'default_value' => array(
+ 0 => array(
+ 'value' => 0,
+ ),
+ ),
+ 'deleted' => '0',
+ 'description' => '',
+ 'display' => array(
+ 'default' => array(
+ 'label' => 'above',
+ 'module' => 'list',
+ 'settings' => array(),
+ 'type' => 'list_default',
+ 'weight' => 3,
+ ),
+ 'teaser' => array(
+ 'label' => 'above',
+ 'settings' => array(),
+ 'type' => 'hidden',
+ 'weight' => 0,
+ ),
+ ),
+ 'entity_type' => 'node',
+ 'field_name' => 'group_content_access',
+ 'label' => 'Group content visibility',
+ 'required' => TRUE,
+ 'settings' => array(
+ 'user_register_form' => FALSE,
+ ),
+ 'view modes' => array(
+ 'full' => array(
+ 'label' => 'above',
+ 'type' => 'list_default',
+ ),
+ 'teaser' => array(
+ 'label' => 'above',
+ 'type' => 'list_default',
+ ),
+ ),
+ 'widget' => array(
+ 'module' => 'options',
+ 'settings' => array(),
+ 'type' => 'options_select',
+ 'weight' => '3',
+ ),
+ 'widget_type' => 'options_select',
+ ),
+ );
+
+ // Exported field: 'og_membership-og_membership_type_default-og_membership_request'
+ $fields['og_membership-og_membership_type_default-og_membership_request'] = array(
+ 'field_config' => array(
+ 'active' => '1',
+ 'cardinality' => '1',
+ 'deleted' => '0',
+ 'entity_types' => array(
+ 0 => 'og_membership',
+ ),
+ 'field_name' => 'og_membership_request',
+ 'foreign keys' => array(
+ 'format' => array(
+ 'columns' => array(
+ 'format' => 'format',
+ ),
+ 'table' => 'filter_format',
+ ),
+ ),
+ 'indexes' => array(
+ 'format' => array(
+ 0 => 'format',
+ ),
+ ),
+ 'module' => 'text',
+ 'settings' => array(),
+ 'translatable' => '0',
+ 'type' => 'text_long',
+ ),
+ 'field_instance' => array(
+ 'bundle' => 'og_membership_type_default',
+ 'default_value' => NULL,
+ 'deleted' => '0',
+ 'description' => 'This is the text a user may send to the group administrators.',
+ 'display' => array(
+ 'default' => array(
+ 'label' => 'above',
+ 'module' => 'text',
+ 'settings' => array(),
+ 'type' => 'text_default',
+ 'weight' => 0,
+ ),
+ ),
+ 'entity_type' => 'og_membership',
+ 'field_name' => 'og_membership_request',
+ 'label' => 'Request message',
+ 'required' => FALSE,
+ 'settings' => array(
+ 'text_processing' => 0,
+ 'user_register_form' => FALSE,
+ ),
+ 'widget' => array(
+ 'module' => 'text',
+ 'settings' => array(
+ 'rows' => 5,
+ ),
+ 'type' => 'text_textarea',
+ 'weight' => 0,
+ ),
+ ),
+ );
+
+ // Exported field: 'user-user-group_audience'
+ $fields['user-user-group_audience'] = array(
+ 'field_config' => array(
+ 'active' => '1',
+ 'cardinality' => '-1',
+ 'deleted' => '0',
+ 'entity_types' => array(),
+ 'field_name' => 'group_audience',
+ 'foreign keys' => array(
+ 'og' => array(
+ 'columns' => array(
+ 'gid' => 'gid',
+ ),
+ 'table' => 'og',
+ ),
+ ),
+ 'indexes' => array(
+ 'gid' => array(
+ 0 => 'gid',
+ ),
+ ),
+ 'module' => 'og',
+ 'no_ui' => TRUE,
+ 'settings' => array(),
+ 'translatable' => '0',
+ 'type' => 'group',
+ ),
+ 'field_instance' => array(
+ 'bundle' => 'user',
+ 'default_value' => NULL,
+ 'deleted' => '0',
+ 'description' => '',
+ 'display' => array(
+ 'default' => array(
+ 'label' => 'above',
+ 'module' => 'og',
+ 'settings' => array(),
+ 'type' => 'og_list_default',
+ 'weight' => 0,
+ ),
+ ),
+ 'entity_type' => 'user',
+ 'field_name' => 'group_audience',
+ 'label' => 'Groups audience',
+ 'required' => FALSE,
+ 'settings' => array(
+ 'user_register_form' => FALSE,
+ ),
+ 'view modes' => array(
+ 'full' => array(
+ 'custom settings' => FALSE,
+ 'label' => 'Full',
+ 'type' => 'og_list_default',
+ ),
+ 'teaser' => array(
+ 'custom settings' => FALSE,
+ 'label' => 'Chamada',
+ 'type' => 'og_list_default',
+ ),
+ ),
+ 'widget' => array(
+ 'module' => 'og',
+ 'settings' => array(
+ 'opt_group' => 'auto',
+ ),
+ 'type' => 'group_audience',
+ 'weight' => 7,
+ ),
+ 'widget_type' => 'group_audience',
+ ),
+ );
+
+ // Translatables
+ // Included for use with string extractors like potx.
+ t('Comment');
+ t('Descrição');
+ t('Forma de compartilhamento');
+ t('Foto');
+ t('Group content visibility');
+ t('Group type');
+ t('Group visibility');
+ t('Groups audience');
+ t('Logo');
+ t('Logotipo do clube');
+ t('Request message');
+ t('This is the text a user may send to the group administrators.');
+
+ return $fields;
+}