2018-02-25 00:06:19 +01:00
|
|
|
[model]
|
|
|
|
name = Blog
|
|
|
|
label = Blog
|
|
|
|
hidden = yes
|
|
|
|
|
2018-03-22 21:06:56 +01:00
|
|
|
[fields.title]
|
2019-02-12 17:45:44 +01:00
|
|
|
label = Title
|
2018-03-22 21:06:56 +01:00
|
|
|
type = string
|
|
|
|
|
2019-02-12 17:45:44 +01:00
|
|
|
[fields.description]
|
|
|
|
label = Description
|
2019-02-12 23:52:50 +01:00
|
|
|
type = text
|
2019-02-12 17:45:44 +01:00
|
|
|
|
|
|
|
[fields.spruch]
|
|
|
|
label = Werbespruch
|
|
|
|
type = string
|
|
|
|
|
|
|
|
[fields.link]
|
|
|
|
label = RSS Feed
|
|
|
|
type = string
|
2018-10-15 23:23:41 +02:00
|
|
|
|
2018-02-25 00:06:19 +01:00
|
|
|
[children]
|
|
|
|
model = blog-post
|
|
|
|
order_by = -pub_date, title
|
|
|
|
|
|
|
|
[pagination]
|
|
|
|
enabled = yes
|
2019-02-12 17:45:44 +01:00
|
|
|
per_page = 10
|