ungleich-staticcms/models/testproduct.ini

55 lines
777 B
INI
Raw Normal View History

2019-12-30 22:09:33 +00:00
[model]
name = Product
label = {{ this.title }}
hidden = yes
[fields.title]
2019-12-30 22:54:13 +00:00
label = Title of the product
2019-12-30 22:09:33 +00:00
type = string
size = large
[fields.subtitle]
2019-12-30 22:54:13 +00:00
label = Subtitle
2019-12-30 22:09:33 +00:00
type = string
2019-12-30 22:54:13 +00:00
[fields.description]
label = Description
type = markdown
2019-12-30 22:09:33 +00:00
[fields.link]
label = Link
type = url
width = 1/4
2019-12-30 22:54:13 +00:00
[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