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