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