Session
The Session content type is used for adding Sessions to the site. Sessions typically represent events, classes, or other scheduled activities.
Fields
Name | Machine name | Required | Description |
---|---|---|---|
Title | drupal’s default | Yes | Title of the session item. |
Class | field_session_class | Yes | A reference field for selecting the program subcategory or type of session. This allows you to categorize sessions. |
Session Info | Field group | - | - |
Description | field_session_description | No | Textarea for the description/body of the session. Uses a WYSIWYG editor (like CKEditor) without a summary field. |
Gender | field_session_gender | No | Select 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 registration | field_session_online | No | Boolean field (checkbox) that determines if a “Register Now” button/link is displayed for the session. |
Ticket required | field_session_ticket | No | Checkbox field to indicate that a ticket is required to attend the session. |
Min Age | field_session_min_age | No | Input field for adding the minimum age allowed to participate in the session. |
Max Age | field_session_max_age | No | Input field for adding the maximum age allowed to participate in the session. |
Registration link | field_session_reg_link | No | A link field containing the URL for session registration. This is used if online registration is handled by a third-party system. |
Membership | Field group | - | - |
In membership | field_session_in_mbrsh | No | Boolean field (checkbox) that indicates whether the session is included in a membership package. |
Member price | field_session_mbr_price | No | Input field for specifying the price for members. |
Non Member Price | field_session_nmbr_price | No | Input field for specifying the price for non-members. |
Location | Field group | - | - |
Location | field_session_location | Yes | A reference field for selecting the branch or camp where the session is held. This should link to a location content type. |
Physical Location | field_session_plocation | No | A 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. |
Time | Field group | - | - |
Exclusions | field_session_exclusions | No | A 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). |
Time | field_session_time | Paragraph | Session schedule defined using a Paragraph content type. |
Date & Time | field_session_time_date | No | A Drupal date/time field. Should be a single date field with both ’end date’ and ’end time’ options enabled. |
Days | field_session_time_days | No | Checkboxes with the following values:
|
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.