2019-12-30 21:40:48 +01:00
|
|
|
[model]
|
|
|
|
name = Products
|
2020-12-03 13:21:04 +01:00
|
|
|
label = {{ this.title }}
|
2019-12-30 21:40:48 +01:00
|
|
|
hidden = yes
|
|
|
|
|
|
|
|
[fields.title]
|
|
|
|
label = Title
|
|
|
|
type = string
|
2019-12-31 01:39:46 +01:00
|
|
|
|
2019-12-31 01:50:52 +01:00
|
|
|
[fields.subtitle]
|
|
|
|
label = Subtitle
|
|
|
|
type = string
|
|
|
|
|
2019-12-31 01:39:46 +01:00
|
|
|
[children]
|
2020-01-03 20:54:26 +01:00
|
|
|
model = product
|
|
|
|
order_by = title
|