afbora / kirby-widgets
Panel widgets for Kirby 3
Fund package maintenance!
a.paddle.com/v2/click/1129/52467?link=1170
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 3
Forks: 0
Open Issues: 0
Type:kirby-plugin
Requires
- php: ^7.2
- getkirby/composer-installer: ^1.1
This package is auto-updated.
Last update: 2022-07-23 20:35:49 UTC
README
This repository has been archived since Kirby 3.7 supports stats section.
Shows the data you want to see in the Kirby 3 panel.
Preview
Installation
Installation with composer
composer require afbora/kirby-widgets
Add as git submodule
git submodule add https://github.com/afbora/kirby-widgets.git site/plugins/kirby-widgets
Usage
sections: widgetSalesToday: type: widget text: en: Today Sales tr: Bugünkü Satış Tutarı icon: smile query: site.orders.completedOrdersTotal(date("Y-m-d", strtotime("-1 day"))) default: 0 before: $ after: USD