summaryrefslogtreecommitdiff
path: root/models/performance.ini
blob: 91ce1f5d0448689cfdad403b0bfe9b653f8b20a6 (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
51
52
53
54
55
56
[model]
name = Performance
label = {{ this.title }}
slug_format = "performance/"+ {{ this._id }}

[fields.title]
label = Title
type = string
width = 1/3

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

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

[fields.date_start]
label = Date Start
type = date
width = 1/2

[fields.date_end]
label = Date End
type = date
width = 1/2

[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