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
1 changed files with 2 additions and 1 deletions

View File

@ -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