begin to add products
This commit is contained in:
parent
9e18d9336b
commit
485502407f
3 changed files with 163 additions and 0 deletions
17
models/product.ini
Normal file
17
models/product.ini
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
[model]
|
||||
name = Product name
|
||||
label = {{ this.title }}
|
||||
hidden = yes
|
||||
|
||||
[fields.title]
|
||||
label = Title
|
||||
type = string
|
||||
size = large
|
||||
|
||||
[fields.body]
|
||||
label = Body
|
||||
type = markdown
|
||||
|
||||
[fields.abstract]
|
||||
label = Abstract
|
||||
type = markdown
|
||||
Loading…
Add table
Add a link
Reference in a new issue