Add plugin description

This commit is contained in:
Oliver Walters 2022-05-06 23:48:24 +10:00
parent bcf6e41b48
commit 96f61dfcdb

View File

@ -17,6 +17,8 @@ class CustomPanelSample(PanelMixin, IntegrationPluginBase):
PLUGIN_NAME = "CustomPanelExample"
PLUGIN_SLUG = "panel"
PLUGIN_TITLE = "Custom Panel Example"
DESCRIPTION = "An example plugin demonstrating how custom panels can be added to the user interface"
VERSION = "0.1"
def render_location_info(self, loc):
"""