mirror of
https://github.com/getformwork/formwork.git
synced 2025-02-24 01:32:25 +01:00
19 lines
341 B
YAML
19 lines
341 B
YAML
title: Blog
|
|
extend: page
|
|
default: false
|
|
type: listing
|
|
children:
|
|
templates: [post, blog]
|
|
reverse: true
|
|
sortable: true
|
|
fields:
|
|
posts-per-page:
|
|
type: select
|
|
options:
|
|
5: 5
|
|
10: 10
|
|
15: 15
|
|
20: 20
|
|
default: 5
|
|
label: '{{admin.pages.page.posts-per-page}}'
|