2019-12-30 20:18:44 +00:00
|
|
|
[model]
|
2019-12-30 20:40:48 +00:00
|
|
|
name = Product
|
2019-12-30 20:18:44 +00:00
|
|
|
label = {{ this.title }}
|
|
|
|
hidden = yes
|
|
|
|
|
2019-12-30 20:40:48 +00:00
|
|
|
[fields.name]
|
|
|
|
label = Product Name
|
2019-12-30 20:18:44 +00:00
|
|
|
type = string
|
|
|
|
size = large
|
|
|
|
|
2019-12-30 22:09:33 +00:00
|
|
|
[fields.abstract]
|
|
|
|
label = Abstract
|
2019-12-30 20:40:48 +00:00
|
|
|
type = string
|
|
|
|
width = 1/2
|
|
|
|
|
|
|
|
[fields.description]
|
|
|
|
label = Description
|
|
|
|
type = string
|
|
|
|
width = 1/4
|
2019-12-30 20:18:44 +00:00
|
|
|
|
2019-12-30 22:09:33 +00:00
|
|
|
[fields.link]
|
|
|
|
label = Link
|
2019-12-30 20:40:48 +00:00
|
|
|
type = url
|
|
|
|
width = 1/4
|