28 lines
341 B
INI
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
|