Add Offer: free access for members to Event

This commit is contained in:
Michael Boelen 2024-10-20 18:16:44 +00:00
parent 7d0418f427
commit 5c42843496

View file

@ -7,6 +7,8 @@
"name": "{{ .Title | default .Site.Params.textEmptyValue }}",
"startDate": {{ .Params.event_start }},
"endDate": {{ .Params.event_end }},
"about": ["automation","configuration management","DevOps","internet","Linux","open source","open standards","security","web"],
"audience": ["software developers", "network engineers", "system administrators"],
{{ if .Params.event_status }}
"eventStatus": "Event{{ .Params.event_status | strings.FirstUpper }}",
{{ else }}
@ -20,10 +22,15 @@
"url": "{{ .Site.BaseURL }}"
}
],
"audience": ["software developers", "network engineers", "system administrators"],
"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,
"about": ["automation","configuration management","DevOps","internet","Linux","open source","open standards","security","web"],
"offers": [
{
"@type": "Offer",
"name": "Free access for members",
"price": "0",
"priceCurrency": "EUR"
}],
"inLanguage": ["en", "nl"],
{{ if .Params.event_description }}"description": "{{ .Params.event_description }}",{{ end }}
{{ if .Params.online_event }}