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.