2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-04-28 13:46:54 +00:00

make metadata clearer

This commit is contained in:
Matthias Mair 2022-01-19 00:01:01 +01:00
parent ea0016ba2f
commit 20d4bea8b4

View File

@ -28,7 +28,7 @@ Consider the usecase for your plugin and define the exact function of the plugin
- Do you need the full power of Django with custom models and all the complexity that comes with that welcome to the danger zone and [AppMixin](./plugins/app.md). The plugin will be treated as a app by django and can maybe rack the whole instance. - Do you need the full power of Django with custom models and all the complexity that comes with that welcome to the danger zone and [AppMixin](./plugins/app.md). The plugin will be treated as a app by django and can maybe rack the whole instance.
### Define the metadata ### Define the metadata
Do not forget to declare the metadata for your plugin, it will be used in the setttings. Do not forget to [declare the metadata](./plugins.md#plugin-options) for your plugin, those will be used in the settings. At least provide a weblink so users can file issues / reach you.
### Development guidelines ### Development guidelines
If you want to make your life easier, try to follow these guidelines; break where it makes sense for your use case. If you want to make your life easier, try to follow these guidelines; break where it makes sense for your use case.