summaryrefslogtreecommitdiff
path: root/models/exhibitions.ini
blob: cb563e3b246c41f4e3533e80c20bedf81faabd79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[model]
name = Exhibitions
label = {{ this.title }}

[fields.title]
label = Title
type = string

[children]
model = exhibition	
order_by = -date_start, title
slug_format = {{ this._id }}