phase in products

This commit is contained in:
Nico Schottelius 2019-12-30 21:40:48 +01:00
commit cb3e54a4e0
7 changed files with 277 additions and 141 deletions

View file

@ -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
View file

@ -0,0 +1,8 @@
[model]
name = Products
label = Products
hidden = yes
[fields.title]
label = Title
type = string