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