143 lines
2.2 KiB
INI
143 lines
2.2 KiB
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
|
|
|
|
# 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
|
|
|
|
[fields.description1]
|
|
label = Description 1
|
|
type = markdown
|
|
|
|
[fields.description2]
|
|
label = Description 2
|
|
type = markdown
|
|
|
|
[fields.description3]
|
|
label = Description 3
|
|
type = markdown
|
|
|
|
[fields.description4]
|
|
label = Description 4
|
|
type = markdown
|
|
|
|
[fields.description5]
|
|
label = Description 5
|
|
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 = markdown
|
|
|
|
[fields.feature2_text]
|
|
label = Feature2 Text
|
|
type = markdown
|
|
|
|
[fields.feature3_text]
|
|
label = Feature3 Text
|
|
type = markdown
|
|
|
|
[fields.content1_text]
|
|
label = Content1 Text
|
|
type = markdown
|
|
|
|
[fields.content1_image]
|
|
label = Content 1 Image
|
|
type = url
|
|
|
|
[fields.content2_text]
|
|
label = Content 2 Text
|
|
type = markdown
|
|
|
|
[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
|
|
|
|
[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
|
|
|
|
[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
|
|
|
|
[fields.offer3_link]
|
|
label = Offer 3 Link
|
|
type = url
|
|
|
|
[fields.image]
|
|
label = Index Image
|
|
type = url
|