2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-04-27 21:26:43 +00:00

Add an image

This commit is contained in:
Oliver Walters 2022-03-26 11:48:48 +11:00
parent 3dee271fa2
commit a44756a6a2
4 changed files with 6 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

View File

@ -60,7 +60,7 @@ Supported mixin classes are:
- [AppMixin](./plugins/app.md)
- [BarcodeMixin](./plugins/barcode.md)
- [EventMixin](./plugins/event.md)
- [LabelPrintingMixin](./plugins.label.md)
- [LabelPrintingMixin](./plugins/label.md)
- [NavigationMixin](./plugins/navigation.md)
- [ScheduleMixin](./plugins/schedule.md)
- [SettingsMixin](./plugins/settings.md)

View File

@ -10,3 +10,6 @@ An example of this is the [inventree-brother-plugin](https://github.com/inventre
If label printing plugins are enabled, they are able to be used directly from the InvenTree web interface:
{% with id="label_print", url="plugin/print_label_select_plugin.png", description="Print label via plugin" %}
{% include 'img.html' %}
{% endwith %}

View File

@ -111,12 +111,13 @@ nav:
- Extend:
- Plugins:
- Overview: extend/plugins.md
- How to plugin: extend/how_to_plugin.md
- How To: extend/how_to_plugin.md
- Action Mixin: extend/plugins/action.md
- API Mixin: extend/plugins/api.md
- App Mixin: extend/plugins/app.md
- Barcode Mixin: extend/plugins/barcode.md
- Event Mixin: extend/plugins/event.md
- Label Printing Mixin: extend/plugins/label.md
- Navigation Mixin: extend/plugins/navigation.md
- Schedule Mixin: extend/plugins/schedule.md
- Settings Mixin: extend/plugins/settings.md