You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config.yml.example
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -302,10 +302,11 @@ workingHours:
302
302
- day: "sunday"
303
303
min: "09:00"
304
304
max: "12:00"
305
-
blockTicketCreation: true
305
+
blockTicketCreation: true
306
306
addField: true # If working hours is enabled, this option will enable or disable the addition of the working hours field to the ticket creation embed
307
307
fieldTitle: "Working Hours" # The title of the working hours field
308
-
fieldValue: "> {day}: {openingTime} to {closingTime}" # The value of "each" working hours field (depending on how many days you configured above), use {day} for today's day of the week, {openingTime} for the opening time and {closingTime} for the closing time
308
+
valueDays: "TODAY" # Options are: "TODAY" which will only show today's working hours or "ALL" which will show the configured working hours for each day
309
+
fieldValue: "> {day}: {openingTime} to {closingTime}" # The value of each working hours field, use {day} for today's day of the week, {openingTime} for the opening time and {closingTime} for the closing time
309
310
310
311
# The embed that is sent when the ticket creation is blocked due to being outside the working hours
0 commit comments