fmartingr.com/models/blog.ini

13 lines
235 B
INI

[model]
name = Blog
label = Blog
hidden = yes
[children]
model = blog-post
order_by = -pub_date, title
slug_format = {{ (this.pub_date|dateformat('YYYY/MM/dd/') if this.pub_date) ~ this._id }}
[pagination]
enabled = yes
per_page = 4