From 6c769299fc5ec3d5442b30e98a9f0a3ec29416eb Mon Sep 17 00:00:00 2001 From: lars Date: Thu, 31 Jan 2008 00:39:03 +0000 Subject: [PATCH] make template plugin invisible by default - it can still be configured through the plugin_manager ... --- plugins/plugin_template/plugin_template.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/plugin_template/plugin_template.py b/plugins/plugin_template/plugin_template.py index e2ca062..cc5b641 100644 --- a/plugins/plugin_template/plugin_template.py +++ b/plugins/plugin_template/plugin_template.py @@ -34,7 +34,8 @@ class plugin_template(cryptobox.plugins.base.CryptoBoxPlugin): """ plugin_capabilities = [ "system" ] - plugin_visibility = [ "preferences" ] + #plugin_visibility = [ "preferences" ] + plugin_visibility = [ ] request_auth = False rank = 99