summaryrefslogtreecommitdiff
path: root/models/lecture.ini
blob: 85710cecb819c29a5e46f3fb9a28d8944d1d97c4 (plain)
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
43
44
45
46
47
48
49
50
[model]
name = Lecture
label = {{ this.title }}
slug_format = "lectures/"+ {{ this._id }}+"-"+{{ this.venue}}

[fields.title]
label = Title
type = string

[fields.url]
label = url
type = url
width = 1/3

[fields.date]
label = Date
type = date
width = 1/3

[fields.selected]
label = selected
type = boolean
width = 1/3

[fields.venue]
label = Venue
type = string

[fields.place]
label = Place
type = string

[fields.country]
label = Country
type = string

[fields.comment]
label = Comment
type = string

[fields.thumbnail]
label = thumbnail
type = string

[fields.info]
label = Body
type = flow
flow_blocks = gallery,content,video