Commit the first products
This commit is contained in:
parent
58cfcee662
commit
12aa95fde3
8 changed files with 142 additions and 34 deletions
|
|
@ -12,8 +12,12 @@ size = large
|
|||
label = Subtitle
|
||||
type = string
|
||||
|
||||
[fields.description]
|
||||
label = Description
|
||||
[fields.description1]
|
||||
label = Description 1
|
||||
type = markdown
|
||||
|
||||
[fields.description2]
|
||||
label = Description 2
|
||||
type = markdown
|
||||
|
||||
[fields.link]
|
||||
|
|
@ -35,15 +39,15 @@ type = string
|
|||
|
||||
[fields.feature1_text]
|
||||
label = Feature1 Text
|
||||
type = text
|
||||
type = markdown
|
||||
|
||||
[fields.feature2_text]
|
||||
label = Feature2 Text
|
||||
type = text
|
||||
type = markdown
|
||||
|
||||
[fields.feature3_text]
|
||||
label = Feature3 Text
|
||||
type = text
|
||||
type = markdown
|
||||
|
||||
[fields.content1_text]
|
||||
label = Content1 Text
|
||||
|
|
|
|||
|
|
@ -12,4 +12,5 @@ label = Subtitle
|
|||
type = string
|
||||
|
||||
[children]
|
||||
model = product
|
||||
model = product
|
||||
order_by = title
|
||||
Loading…
Add table
Add a link
Reference in a new issue