From 4ca8bceba2fac660d9e0463b48924c969a73b39b Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sun, 28 Mar 2021 17:05:03 +0200 Subject: [PATCH] Added custom dashboard widget screenshot --- Backends.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Backends.md b/Backends.md index 77ba9d7..da56dd1 100644 --- a/Backends.md +++ b/Backends.md @@ -475,6 +475,10 @@ A few words on what's happening here: - An `event` object is passed to the event handlers and it can be accessed from your snippets. +If everything is set up properly you should see a widget like this: + +![Custom widget screenshot](https://blog.platypush.tech/img/custom-widget-1.png) + This is all you need to know to create your custom dashboards - feel free to look in the documented properties of the widgets for more advanced use cases.