Files
lektor-groupby-plugin/examples/configs/groupby.ini
2022-12-20 01:28:12 +01:00

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