ungleich-staticcms/models/product.ini

184 lines
2.7 KiB
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-31 00:39:46 +00:00
[fields.title]
label = Title of the product
2019-12-30 20:18:44 +00:00
type = string
size = large
2019-12-31 00:39:46 +00:00
[fields.subtitle]
label = Subtitle
2019-12-30 20:40:48 +00:00
type = string
# Replaces generic-header.fields.headers
[fields.headline1]
type = string
[fields.headline2]
type = string
[fields.headline3]
type = string
# Replaces generic-header.fields.primary_color
[fields.header_background_color]
type = string
# Replaces generic-header.fields.header_color
[fields.header_text_color]
type = string
# Replaces generic-header.fields.nav_link_color
[fields.nav_classes]
type = select
choices = navbar-light, navbar-dark
choice_labels = dark, light
default = dark
2020-01-20 10:09:35 +00:00
2020-01-03 19:54:26 +00:00
[fields.description1]
label = Description 1
type = markdown
[fields.description2]
label = Description 2
2019-12-31 00:39:46 +00:00
type = markdown
2019-12-30 20:18:44 +00:00
2020-02-03 22:30:05 +00:00
[fields.description3]
label = Description 3
type = markdown
[fields.description4]
label = Description 4
type = markdown
[fields.description5]
label = Description 5
type = markdown
2020-03-23 21:04:38 +00:00
[fields.description6]
label = Description 6
type = markdown
2019-12-30 22:09:33 +00:00
[fields.link]
label = Link
2019-12-30 20:40:48 +00:00
type = url
width = 1/4
2019-12-31 00:39:46 +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
2020-01-03 19:54:26 +00:00
type = markdown
2019-12-31 00:39:46 +00:00
[fields.feature2_text]
label = Feature2 Text
2020-01-03 19:54:26 +00:00
type = markdown
2019-12-31 00:39:46 +00:00
[fields.feature3_text]
label = Feature3 Text
2020-01-03 19:54:26 +00:00
type = markdown
2019-12-31 00:39:46 +00:00
[fields.content1_text]
label = Content1 Text
2020-01-08 22:14:43 +00:00
type = markdown
2019-12-31 00:39:46 +00:00
[fields.content1_image]
label = Content 1 Image
type = url
[fields.content2_text]
label = Content 2 Text
2020-01-08 22:14:43 +00:00
type = markdown
2019-12-31 00:39:46 +00:00
[fields.content2_image]
label = Content 2 Image
type = url
[fields.offer1_title]
label = Offer 1 Title
type = string
[fields.offer1_text]
label = Offer 1 Text
type = markdown
2019-12-31 00:39:46 +00:00
[fields.offer1_link]
label = Offer 1 Link
type = url
[fields.offer2_title]
label = Offer 2 Title
type = string
[fields.offer2_text]
label = Offer 2 Text
type = markdown
2019-12-31 00:39:46 +00:00
[fields.offer2_link]
label = Offer 2 Link
type = url
[fields.offer3_title]
label = Offer 3 Title
type = string
[fields.offer3_text]
label = Offer 3 Text
type = markdown
2019-12-31 00:39:46 +00:00
[fields.offer3_link]
label = Offer 3 Link
type = url
2020-03-23 17:09:06 +00:00
[fields.offer4_title]
label = Offer 4 Title
type = string
[fields.offer4_text]
label = Offer 4 Text
type = markdown
[fields.offer4_link]
label = Offer 4 Link
type = url
[fields.offer5_title]
label = Offer 5 Title
type = string
[fields.offer5_text]
label = Offer 5 Text
type = markdown
[fields.offer5_link]
label = Offer 5 Link
type = url
[fields.offer6_title]
label = Offer 6 Title
type = string
[fields.offer6_text]
label = Offer 6 Text
type = markdown
[fields.offer6_link]
label = Offer 6 Link
type = url
[fields.image]
label = Index Image
type = url