2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 03:55:41 +00:00

initial implementation to let plugins provide custom ui features

This commit is contained in:
wolflu05
2024-09-17 20:36:25 +02:00
parent 9aab352a7e
commit e235464065
16 changed files with 487 additions and 138 deletions

View File

@ -20,7 +20,7 @@ When rendering certain content in the user interface, the rendering functions ar
Many of the pages in the InvenTree web interface are built using a series of "panels" which are displayed on the page. Custom panels can be added to these pages, by implementing the `get_custom_panels` method:
::: plugin.base.integration.UserInterfaceMixin.UserInterfaceMixin.get_custom_panels
::: plugin.base.ui.mixins.UserInterfaceMixin.get_custom_panels
options:
show_bases: False
show_root_heading: False