webseite/models/blog.ini
2019-02-12 23:52:50 +01:00

28 lines
341 B
INI

[model]
name = Blog
label = Blog
hidden = yes
[fields.title]
label = Title
type = string
[fields.description]
label = Description
type = text
[fields.spruch]
label = Werbespruch
type = string
[fields.link]
label = RSS Feed
type = string
[children]
model = blog-post
order_by = -pub_date, title
[pagination]
enabled = yes
per_page = 10