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