From 96f61dfcdbf156b89b11ce55feb4333184758498 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Fri, 6 May 2022 23:48:24 +1000 Subject: [PATCH] Add plugin description --- InvenTree/plugin/samples/integration/custom_panel_sample.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/InvenTree/plugin/samples/integration/custom_panel_sample.py b/InvenTree/plugin/samples/integration/custom_panel_sample.py index 8b73f793d1..e5b027fdac 100644 --- a/InvenTree/plugin/samples/integration/custom_panel_sample.py +++ b/InvenTree/plugin/samples/integration/custom_panel_sample.py @@ -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): """