make template plugin invisible by default - it can still be configured through the plugin_manager ...

This commit is contained in:
lars 2008-01-31 00:39:03 +00:00
parent 689ccc7e0c
commit 6c769299fc

View file

@ -34,7 +34,8 @@ class plugin_template(cryptobox.plugins.base.CryptoBoxPlugin):
""" """
plugin_capabilities = [ "system" ] plugin_capabilities = [ "system" ]
plugin_visibility = [ "preferences" ] #plugin_visibility = [ "preferences" ]
plugin_visibility = [ ]
request_auth = False request_auth = False
rank = 99 rank = 99