podcast-webseite/models/blog.ini
2019-06-14 11:21:48 +02:00

28 lines
353 B
INI

[model]
name = Blog
label = {{ this.title }}
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