Allow 'hybrid' as attendance mode

This commit is contained in:
Michael Boelen 2024-10-20 12:48:43 +00:00
parent 6df848611d
commit 51798fbb2d

View file

@ -21,7 +21,7 @@
} }
], ],
"audience": ["software developers", "network engineers", "system administrators"], "audience": ["software developers", "network engineers", "system administrators"],
"eventAttendanceMode": "https://schema.org/{{ if eq .Params.event_attendance_mode "mix" }}Mix{{ else if eq .Params.event_attendance_mode "online" }}Online{{ else }}Offline{{ end }}EventAttendanceMode", "eventAttendanceMode": "https://schema.org/{{ if eq .Params.event_attendance_mode "hybrid" }}Mixed{{ else if eq .Params.event_attendance_mode "mixed" }}Mixed{{ else if eq .Params.event_attendance_mode "online" }}Online{{ else }}Offline{{ end }}EventAttendanceMode",
"isAccessibleForFree": true, "isAccessibleForFree": true,
"about": ["automation","configuration management","DevOps","internet","Linux","open source","open standards","security","web"], "about": ["automation","configuration management","DevOps","internet","Linux","open source","open standards","security","web"],
"inLanguage": ["en", "nl"], "inLanguage": ["en", "nl"],