ungleich-staticcms/models/blog.ini
Nico Schottelius 57d66eb0c1 init staticcms
Signed-off-by: Nico Schottelius <nico@nico-notebook.schottelius.org>
2019-09-24 20:30:38 +09:00

16 lines
190 B
INI

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