begin to add products

This commit is contained in:
Nico Schottelius 2019-12-30 21:18:44 +01:00
commit 485502407f
3 changed files with 163 additions and 0 deletions

17
models/product.ini Normal file
View 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