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:
parent
3dee271fa2
commit
a44756a6a2
BIN
docs/assets/images/plugin/print_label_select_plugin.png
Normal file
BIN
docs/assets/images/plugin/print_label_select_plugin.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 64 KiB |
@ -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)
|
||||
|
@ -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 %}
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user