19 lines
226 B
INI
19 lines
226 B
INI
|
[model]
|
||
|
name = Product
|
||
|
label = {{ this.title }}
|
||
|
hidden = yes
|
||
|
|
||
|
[fields.title]
|
||
|
label = Product Name
|
||
|
type = string
|
||
|
size = large
|
||
|
|
||
|
[fields.subtitle]
|
||
|
label = subtitle
|
||
|
type = string
|
||
|
|
||
|
[fields.link]
|
||
|
label = Link
|
||
|
type = url
|
||
|
width = 1/4
|