Link Search Menu Expand Document

Experience Slot

Renders two or three inputs. Firstly, the Creator selects an experience as well as a date from available dates for the chosen experience. If the experience has start times, they can then choose a time for the selected date.

Returns an Experience Slot object.

syntax
---
attributes:
  my_variable:
    type: experience_slot
---

{% if my_variable %}
  {{ my_variable.start_on | date: "%-d %B %Y" }}{{ my_variable.start_time | date: " ยท %H:%M" }}
{% endif %}