Initial commit
This commit is contained in:
commit
edb5816892
30 changed files with 534 additions and 0 deletions
12
models/blog.ini
Normal file
12
models/blog.ini
Normal file
|
@ -0,0 +1,12 @@
|
|||
[model]
|
||||
name = Blog
|
||||
label = Blog
|
||||
hidden = yes
|
||||
|
||||
[children]
|
||||
model = blog-post
|
||||
order_by = -pub_date, title
|
||||
|
||||
[pagination]
|
||||
enabled = yes
|
||||
per_page = 10
|
Loading…
Add table
Add a link
Reference in a new issue