Event

The Event content type is used for adding and managing events on the site.

Fields

LabelMachine NameRequiredDescriptionField SettingsNotes
Titledrupal’s defaultYesTitle of the event.
Sub-titleN/ANoSubtitle of the event.Plain text
Locationsfield_event_locationYesReference field to branch and camp nodes. Allows multiple values.Address for the event; can be either a branch or a non-branch location.
Categoryfield_event_categoryNoReference field for choosing terms from the “Event Category” vocabulary. Allows multiple values.
Meta Tagsfield_meta_tagsNoAllows providing structured metadata and Open Graph meta tags for social networking sites like Facebook, Pinterest, and LinkedIn.
Imagefield_event_imageNoImage for the event. Entity reference to a Media bundle.Media
Datefield_event_dateYesUses Drupal’s built-in date/time fields.
Add to Calendarfield_add_to_calendar_linkNoLink to add event to calendar.Link
BodybodyNoTextarea for the event description with WYSIWYG editor, without summary.
Contentfield_contentNoFilter list of available layout builder components.
Related Contentfield_event_relatedNoReference field for choosing related Event nodes. Allows multiple values.

URL pattern

The Event content type uses the following URL pattern:

/event/[node:title]

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