webseite/models/projekte.ini

29 lines
350 B
INI
Raw Normal View History

2019-02-12 17:45:44 +01:00
[model]
name = Projekte
label = Projekte
hidden = yes
[fields.title]
label = Title
type = string
[fields.description]
label = Description
2019-02-12 23:52:50 +01:00
type = text
2019-02-12 17:45:44 +01:00
[fields.link]
label = RSS Feed
type = string
[fields.abo]
label = Abonnieren
type = string
[children]
model = projekt-post
order_by = -pub_date, title
[pagination]
enabled = yes
per_page = 9999