Include deals

This commit is contained in:
Nico Schottelius 2020-01-04 17:56:10 +01:00
commit a6ef9f85fe
5 changed files with 54 additions and 1 deletions

16
models/deals.ini Normal file
View file

@ -0,0 +1,16 @@
[model]
name = Deals
label = Deals
hidden = yes
[fields.title]
label = Title
type = string
[fields.subtitle]
label = Subtitle
type = string
[children]
order_by = -pub_date, title
model = page-2020