mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +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_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):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user