You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
183 lines
2.7 KiB
183 lines
2.7 KiB
[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.description6] |
|
label = Description 6 |
|
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.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
|
|
|