phase in products
This commit is contained in:
parent
485502407f
commit
cb3e54a4e0
7 changed files with 277 additions and 141 deletions
|
|
@ -1,17 +1,25 @@
|
|||
[model]
|
||||
name = Product name
|
||||
name = Product
|
||||
label = {{ this.title }}
|
||||
hidden = yes
|
||||
|
||||
[fields.title]
|
||||
label = Title
|
||||
[fields.name]
|
||||
label = Product Name
|
||||
type = string
|
||||
size = large
|
||||
|
||||
[fields.body]
|
||||
label = Body
|
||||
type = markdown
|
||||
[fields.teaser]
|
||||
label = Teaser
|
||||
type = string
|
||||
width = 1/2
|
||||
|
||||
[fields.abstract]
|
||||
label = Abstract
|
||||
type = markdown
|
||||
[fields.description]
|
||||
label = Description
|
||||
type = string
|
||||
width = 1/4
|
||||
addon_label = @
|
||||
|
||||
[fields.buy_link]
|
||||
label = Buy Link
|
||||
type = url
|
||||
width = 1/4
|
||||
|
|
|
|||
8
models/products.ini
Normal file
8
models/products.ini
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[model]
|
||||
name = Products
|
||||
label = Products
|
||||
hidden = yes
|
||||
|
||||
[fields.title]
|
||||
label = Title
|
||||
type = string
|
||||
Loading…
Add table
Add a link
Reference in a new issue