14f02d1bf4
Former-commit-id: 6d2fe973581f3156fe1fd14afa82b41b884eb989
17 lines
201 B
INI
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
|