hana+nils

List Methods

List Methods is a plugin providing methods to generate comma-separated list from collections like pages, users or files. It allows for custom field selection for the list value, optional conjunctions for the last item (e. g. "and") and custom links for each item that can be defined using Kirby's query language (e. g. {{page.url}}).

// using the username
$users->toList();

// using the page title
$pages->toList();

// using the filename
$files->toList();
Version
2.2.1
License
MIT
Stars
9
Supports
K4 K3
More