webseite/models/blog.ini
DO1JLR 14f02d1bf4 Foo
Former-commit-id: 6d2fe973581f3156fe1fd14afa82b41b884eb989
2018-03-22 21:06:56 +01:00

17 lines
201 B
INI

[model]
name = Blog
label = Blog
hidden = yes
[fields.title]
label = Blog
type = string
name = Blog
[children]
model = blog-post
order_by = -pub_date, title
[pagination]
enabled = yes
per_page = 10