23 lines
391 B
INI
23 lines
391 B
INI
[testA]
|
|
enabled = True
|
|
root = /
|
|
slug = config/{key}.html
|
|
template = example-config.html
|
|
split = ' '
|
|
key_obj_fn = '{}-z-{}'.format(X.upper(), ARGS.key.fieldKey) if X else None
|
|
replace_none_key = unknown
|
|
|
|
[testA.children]
|
|
order_by = -title, body
|
|
|
|
[testA.pagination]
|
|
enabled = true
|
|
per_page = 1
|
|
url_suffix = .page.
|
|
|
|
[testA.fields]
|
|
title = "Tagged: " ~ this.key_obj
|
|
|
|
[testA.key_map]
|
|
Blog = News
|