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