Start typing to see suggestions. Use arrow keys to navigate, Enter to select.

font-index

Kirby collection

Returns a single Kirby\Cms\Page with all pages using the font-index blueprint and their respective children, merged into one collection. Primarly used to display all fonts in the panel, but might come to use in other situations.

Usage

This collection is registered as fountain.font-index and can be accessed via:

$kirby->collection('fountain.font-index');
// or in templates:
collection('fountain.font-index');

Source: /collections/font-index.php

Jump to