ungleich-staticcms/models/product.ini

26 lines
325 B
INI
Raw Normal View History

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 20:40:48 +00:00
[fields.teaser]
label = Teaser
type = string
width = 1/2
[fields.description]
label = Description
type = string
width = 1/4
addon_label = @
2019-12-30 20:18:44 +00:00
2019-12-30 20:40:48 +00:00
[fields.buy_link]
label = Buy Link
type = url
width = 1/4