54 lines
777 B
INI
54 lines
777 B
INI
[model]
|
|
name = Product
|
|
label = {{ this.title }}
|
|
hidden = yes
|
|
|
|
[fields.title]
|
|
label = Title of the product
|
|
type = string
|
|
size = large
|
|
|
|
[fields.subtitle]
|
|
label = Subtitle
|
|
type = string
|
|
|
|
[fields.description]
|
|
label = Description
|
|
type = markdown
|
|
|
|
[fields.link]
|
|
label = Link
|
|
type = url
|
|
width = 1/4
|
|
|
|
[fields.feature1_title]
|
|
label = Feature1 Title
|
|
type = string
|
|
|
|
[fields.feature2_title]
|
|
label = Feature2 Title
|
|
type = string
|
|
|
|
[fields.feature3_title]
|
|
label = Feature3 Title
|
|
type = string
|
|
|
|
[fields.feature1_text]
|
|
label = Feature1 Text
|
|
type = string
|
|
|
|
[fields.feature2_text]
|
|
label = Feature2 Text
|
|
type = string
|
|
|
|
[fields.feature3_text]
|
|
label = Feature3 Text
|
|
type = string
|
|
|
|
[fields.content1_text]
|
|
label = Content1 Text
|
|
type = string
|
|
|
|
[fields.content1_image]
|
|
label = Content1 Image
|
|
type = url
|