Bootstrap products
This commit is contained in:
parent
16fb2bb919
commit
5f0f8f66db
19 changed files with 359 additions and 327 deletions
|
|
@ -3,22 +3,96 @@ name = Product
|
|||
label = {{ this.title }}
|
||||
hidden = yes
|
||||
|
||||
[fields.name]
|
||||
label = Product Name
|
||||
[fields.title]
|
||||
label = Title of the product
|
||||
type = string
|
||||
size = large
|
||||
|
||||
[fields.abstract]
|
||||
label = Abstract
|
||||
[fields.subtitle]
|
||||
label = Subtitle
|
||||
type = string
|
||||
width = 1/2
|
||||
|
||||
[fields.description]
|
||||
label = Description
|
||||
type = string
|
||||
width = 1/4
|
||||
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 = text
|
||||
|
||||
[fields.feature2_text]
|
||||
label = Feature2 Text
|
||||
type = text
|
||||
|
||||
[fields.feature3_text]
|
||||
label = Feature3 Text
|
||||
type = text
|
||||
|
||||
[fields.content1_text]
|
||||
label = Content1 Text
|
||||
type = text
|
||||
|
||||
[fields.content1_image]
|
||||
label = Content 1 Image
|
||||
type = url
|
||||
|
||||
[fields.content2_text]
|
||||
label = Content 2 Text
|
||||
type = text
|
||||
|
||||
[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 = text
|
||||
|
||||
[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 = text
|
||||
|
||||
[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 = text
|
||||
|
||||
[fields.offer3_link]
|
||||
label = Offer 3 Link
|
||||
type = url
|
||||
|
|
|
|||
|
|
@ -6,3 +6,6 @@ hidden = yes
|
|||
[fields.title]
|
||||
label = Title
|
||||
type = string
|
||||
|
||||
[children]
|
||||
model = product
|
||||
|
|
@ -1,54 +0,0 @@
|
|||
[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
|
||||
Loading…
Add table
Add a link
Reference in a new issue