forked from beeware/beeware.github.io
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathevent.ini
42 lines (35 loc) · 927 Bytes
/
event.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[model]
name = Event
label = {{ this.title }}
hidden = no
[fields.title]
label = Title
type = string
size = large
[fields.event_type]
label = Event Type
type = select
choices = keynote, talk, tutorial, sprint, booth, attending, organizing
choice_labels = Keynote, Talk, Tutorial, Sprint, Booth, Attending, Organizing
width = 1/2
[fields.speaker]
label = Speakers
type = checkboxes
choices = Russell Keith-Magee, Philip James, Katie McLaughlin, Christopher Swenson, Amber Brown, Dan Yeaw, Malcolm Smith, Russell Martin
choice_labels = Russell Keith-Magee, Philip James, Katie McLaughlin, Christopher Swenson, Amber Brown, Dan Yeaw, Malcolm Smith, Russell Martin
width = 1/2
[fields.url]
label = Event URL
type = url
width = 1/2
[fields.date]
label = Event date
type = date
width = 1/4
[fields.talk_title]
label = Talk Title
type = string
[fields.description]
label = Description
description = reStructuredText
type = rst