blob: f1368d69940b5f7c77642b538d78c685f3ea7785 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[model]
name = Performances
label = {{ this.title }}
[fields.title]
label = Title
type = string
[children]
model = performance
order_by = -date_start, title
slug_format = {{ this._id }}
|