2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-11 06:10:54 +00:00

setting to control plugin settings ingestion

This commit is contained in:
Matthias
2021-10-16 04:17:48 +02:00
parent 952e7e4554
commit c16c26c496
4 changed files with 27 additions and 6 deletions

View File

@@ -18,6 +18,7 @@
<tbody>
{% include "InvenTree/settings/setting.html" with key="ENABLE_PLUGINS_URL" %}
{% include "InvenTree/settings/setting.html" with key="ENABLE_PLUGINS_NAVIGATION" %}
{% include "InvenTree/settings/setting.html" with key="ENABLE_PLUGINS_SETTING"%}
</tbody>
</table>