Add ability to toggle CFP and ticket sales

This commit is contained in:
Oliver Davies 2019-05-02 23:25:06 +01:00
parent 9bd5a64fa8
commit ef28b6b498
3 changed files with 24 additions and 7 deletions

View file

@ -1,5 +1,11 @@
title: DrupalCamp Bristol 2019
date: 2019-07-28
cfp:
open: true
url: '%papercall.url%'
eventbrite:
url: https://www.eventbrite.co.uk/e/drupalcamp-bristol-2019-tickets-58986869314
@ -10,11 +16,18 @@ main_menu:
- title: Tickets
url: '%eventbrite.url%'
pattern: ~
enabled: '%tickets.available%'
- title: Submit a session
url: '%papercall.url%'
pattern: ~
enabled: '%cfp.open%'
- title: Sponsor us
url: /sponsor-us
pattern: /^\/sponsor-us\/?/
enabled: true
tickets:
available: true
url: '%eventbrite.url%'