You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
325 B
25 lines
325 B
[model] |
|
name = Product |
|
label = {{ this.title }} |
|
hidden = yes |
|
|
|
[fields.name] |
|
label = Product Name |
|
type = string |
|
size = large |
|
|
|
[fields.teaser] |
|
label = Teaser |
|
type = string |
|
width = 1/2 |
|
|
|
[fields.description] |
|
label = Description |
|
type = string |
|
width = 1/4 |
|
addon_label = @ |
|
|
|
[fields.buy_link] |
|
label = Buy Link |
|
type = url |
|
width = 1/4
|
|
|