1
0
mirror of synced 2026-08-05 10:37:05 +00:00

DEV: Sets the plugin_name_enabled flag to false (#32)

Plugins in general should be disabled by default, requiring an admin to explicitly enable them.
This commit is contained in:
Sérgio Saquetim
2023-08-02 17:44:21 -03:00
committed by GitHub
parent 141de94821
commit a8fbc36368
+1 -1
View File
@@ -1,4 +1,4 @@
plugins:
plugin_name_enabled:
default: true
default: false
client: true