Commit 5fb355c7 authored by Tim Hestenes Lehnen's avatar Tim Hestenes Lehnen
Browse files

Adding an option to the event_type field on the Event content type for...

Adding an option to the event_type field on the Event content type for releaseparty|Drupal 8 release party. Displaying the event type on the node to make it easier for Drupical to aggregate
parent 15485a6f
Loading
Loading
Loading
Loading
+11 −10
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@ function groupsorg_content_default_fields() {
      'weight' => '-5',
      'parent' => '',
      'label' => array(
        'format' => 'hidden',
        'format' => 'above',
      ),
      'teaser' => array(
        'format' => 'hidden',
        'format' => 'default',
        'exclude' => 0,
      ),
      'full' => array(
        'format' => 'hidden',
        'format' => 'default',
        'exclude' => 0,
      ),
    ),
@@ -39,7 +39,8 @@ drupalcon|DrupalCon
virtual|Online meeting (eg. IRC meeting)
training|Training (free or commercial)
sprint|Sprint
related|Related event (ie. not Drupal specific)',
related|Related event (ie. not Drupal specific)
releaseparty|Drupal 8 Release Party',
    'allowed_values_php' => '',
    'widget' => array(
      'default_value' => array(
@@ -61,7 +62,7 @@ related|Related event (ie. not Drupal specific)',
    'field_name' => 'field_organizers',
    'type_name' => 'event',
    'display_settings' => array(
      'weight' => '-4',
      'weight' => '-6',
      'parent' => '',
      'label' => array(
        'format' => 'above',
@@ -103,7 +104,7 @@ related|Related event (ie. not Drupal specific)',
      'size' => '60',
      'reverse_link' => 0,
      'label' => 'Organizers',
      'weight' => '-4',
      'weight' => '-6',
      'description' => 'People who were involved in organizing this event. They will appear on the Drupal ambassadors page.',
      'type' => 'userreference_autocomplete',
      'module' => 'userreference',
@@ -115,7 +116,7 @@ related|Related event (ie. not Drupal specific)',
    'field_name' => 'field_start7',
    'type_name' => 'event',
    'display_settings' => array(
      'weight' => '-6',
      'weight' => '-9',
      'parent' => '',
      'label' => array(
        'format' => 'inline',
@@ -162,7 +163,7 @@ related|Related event (ie. not Drupal specific)',
      'default_value_code2' => '',
      'label_position' => 'above',
      'label' => 'Start',
      'weight' => '-6',
      'weight' => '-9',
      'description' => '',
      'type' => 'date_popup',
      'module' => 'date',
@@ -174,7 +175,7 @@ related|Related event (ie. not Drupal specific)',
    'field_name' => 'field_url',
    'type_name' => 'event',
    'display_settings' => array(
      'weight' => '-3',
      'weight' => '-4',
      'parent' => '',
      'label' => array(
        'format' => 'hidden',
@@ -226,7 +227,7 @@ related|Related event (ie. not Drupal specific)',
      ),
      'default_value_php' => NULL,
      'label' => 'Event URL',
      'weight' => '-3',
      'weight' => '-4',
      'description' => 'If more information about this event is available on another website, add that address here.',
      'type' => 'text_textfield',
      'module' => 'text',