mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-03 13:58:47 +00:00
Add plugin description
This commit is contained in:
parent
bcf6e41b48
commit
96f61dfcdb
@ -17,6 +17,8 @@ class CustomPanelSample(PanelMixin, IntegrationPluginBase):
|
|||||||
PLUGIN_NAME = "CustomPanelExample"
|
PLUGIN_NAME = "CustomPanelExample"
|
||||||
PLUGIN_SLUG = "panel"
|
PLUGIN_SLUG = "panel"
|
||||||
PLUGIN_TITLE = "Custom Panel Example"
|
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):
|
def render_location_info(self, loc):
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user