Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Latest commit

 

History

History
31 lines (29 loc) · 2.78 KB

File metadata and controls

31 lines (29 loc) · 2.78 KB

Session

Session content type is used for adding Sessions on the site.

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.
Session Info Field group - -
Description field_session_description No Textarea for the description/body with WYSIWYG, without summary.
Gender field_session_gender No Select List with Gender options: Coed, Male, Female.
Online registration field_session_online No Boolean field that determines if the Register Now button/link gets displayed.
Ticket required field_session_ticket No Checkbox field to indicate that there is a ticket required.
Min Age field_session_min_age No Input field for adding the min age.
Max Age field_session_max_age No Input field for adding the max age.
Registration link field_session_reg_link No A link field with the Registration link Value.
Membership Field group - -
In membership field_session_in_mbrsh No Boolean field that helps determine if the session is included into membership package.
Member price field_session_mbr_price No Input with with the price information for members.
Non Member Price field_session_nmbr_price No Input with with the price information for members.
Location Field group - -
Location field_session_location Yes A reference field for selecting the branch or camp.
Physical Location field_session_plocation No A reference field for selecting the facility.
Time Field group - -
Exclusions field_session_exclusions No A date field that identifies dates that would normally have an instance of the session but won’t. Needs to be able to have multiple exclusions. Supports multiple values. Should be handled by a single date field with 'end date' option enabled. Its widget should be adjust to not to show period end date, but show period end time (to keep period start/end date equal).
Time field_session_time Paragraph Session schedule.
Date & Time field_session_time_date No This will use Drupal date/time fields & should be a single date field with 'end date' and 'end time' option enabled.
Days field_session_time_days No Checkboxes with following values:
  • sunday|Sunday
  • monday|Monday
  • tuesday|Tuesday
  • wednesday|Wednesday
  • thursday|Thursday
  • friday|Friday
  • saturday|Saturday
Should support multiple values.

URL pattern

No URL pattern. Eventually this content type shouldn't be available for end users.