2
0
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:
Oliver Walters
2022-05-08 08:07:37 +10:00
parent abe6c862c1
commit 513db2a6cc
3 changed files with 12 additions and 0 deletions

View File

@ -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

View 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.