make template plugin invisible by default - it can still be configured through the plugin_manager ...
This commit is contained in:
parent
689ccc7e0c
commit
6c769299fc
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue