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

addons

Kirby collection

Returns a Kirby\Toolkit\Collection with available add-ons.

Property Type Info
$addon->id() String Add-on id.
$addon->title() String Add-on title.
$addon->multiplier() Float Add-on price multiplier.

Usage

This collection is registered as fountain.addons and can be accessed via:

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

Source: /collections/addons.php

Jump to