Session

The Session content type is used for adding Sessions to the site. Sessions typically represent events, classes, or other scheduled activities.

Fields

NameMachine nameRequiredDescription
Titledrupal’s defaultYesTitle of the session item.
Classfield_session_classYesA reference field for selecting the program subcategory or type of session. This allows you to categorize sessions.
Session InfoField group--
Descriptionfield_session_descriptionNoTextarea for the description/body of the session. Uses a WYSIWYG editor (like CKEditor) without a summary field.
Genderfield_session_genderNoSelect List with Gender options: Coed, Male, Female. This allows you to specify if the session is intended for a specific gender or is coeducational.
Online registrationfield_session_onlineNoBoolean field (checkbox) that determines if a “Register Now” button/link is displayed for the session.
Ticket requiredfield_session_ticketNoCheckbox field to indicate that a ticket is required to attend the session.
Min Agefield_session_min_ageNoInput field for adding the minimum age allowed to participate in the session.
Max Agefield_session_max_ageNoInput field for adding the maximum age allowed to participate in the session.
Registration linkfield_session_reg_linkNoA link field containing the URL for session registration. This is used if online registration is handled by a third-party system.
MembershipField group--
In membershipfield_session_in_mbrshNoBoolean field (checkbox) that indicates whether the session is included in a membership package.
Member pricefield_session_mbr_priceNoInput field for specifying the price for members.
Non Member Pricefield_session_nmbr_priceNoInput field for specifying the price for non-members.
LocationField group--
Locationfield_session_locationYesA reference field for selecting the branch or camp where the session is held. This should link to a location content type.
Physical Locationfield_session_plocationNoA reference field for selecting the specific facility (e.g., room, gym) within the branch or camp where the session takes place. This should link to a facility content type.
TimeField group--
Exclusionsfield_session_exclusionsNoA date field that identifies specific dates on which the session will not be held, even if it’s normally scheduled. Supports multiple values. Should be a single date field with the ’end date’ option enabled. Its widget should be adjusted to not show period end date, but show period end time (to keep period start/end date equal).
Timefield_session_timeParagraphSession schedule defined using a Paragraph content type.
Date & Timefield_session_time_dateNoA Drupal date/time field. Should be a single date field with both ’end date’ and ’end time’ options enabled.
Daysfield_session_time_daysNoCheckboxes with the following values:
  • sunday|Sunday
  • monday|Monday
  • tuesday|Tuesday
  • wednesday|Wednesday
  • thursday|Thursday
  • friday|Friday
  • saturday|Saturday
Supports multiple values, allowing you to select all days on which the session occurs.

URL pattern

No dedicated URL pattern is defined for the Session content type by default. The intention is that this content type may not be directly accessed by end-users via a dedicated URL.

Last modified March 11, 2025: fix: markdown ai typo (7c7c61db)