mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-06-12 10:15:33 +00:00
Adds new file for panel plugin mixin
This commit is contained in:
@ -65,6 +65,7 @@ Supported mixin classes are:
|
||||
- [ScheduleMixin](./plugins/schedule.md)
|
||||
- [SettingsMixin](./plugins/settings.md)
|
||||
- [UrlsMixin](./plugins/urls.md)
|
||||
- [PanelMixin](./plugins/panel.md)
|
||||
|
||||
## Installing a Plugin
|
||||
|
||||
|
7
docs/extend/plugins/panel.md
Normal file
7
docs/extend/plugins/panel.md
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
title: Panel Mixin
|
||||
---
|
||||
|
||||
## PanelMixin
|
||||
|
||||
The `PanelMixin` enables plugins to render custom content to "panels" on individual pages in the web interface.
|
Reference in New Issue
Block a user