mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-20 05:46:34 +00:00
Add plugin description
This commit is contained in:
@ -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):
|
||||||
"""
|
"""
|
||||||
|
Reference in New Issue
Block a user