blob: 96279eca2c71d369bf341928828dee4881c8d01f (
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 = Exhibition
label = {{ this.title }}
slug_format = "exhibitions/"+ {{ this._id }}
[fields.title]
label = Title
type = string
width = 1/3
[fields.url]
label = url
type = string
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
|