podcast-webseite/models/blog.ini

29 lines
353 B
INI
Raw Permalink Normal View History

[model]
name = Blog
2019-06-14 11:21:48 +02:00
label = {{ this.title }}
hidden = yes
[fields.title]
label = Title
type = string
2019-05-25 21:26:34 +02:00
[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