mirror of
https://github.com/Kozea/Radicale.git
synced 2025-07-02 16:58:30 +00:00
Allow additional config options for external plugins
This commit is contained in:
parent
31377bad40
commit
276de4fd3a
6 changed files with 28 additions and 4 deletions
|
@ -45,6 +45,9 @@ from importlib import import_module
|
|||
|
||||
from . import storage
|
||||
|
||||
INTERNAL_TYPES = ("None", "none", "authenticated", "owner_write", "owner_only",
|
||||
"from_file")
|
||||
|
||||
|
||||
def load(configuration, logger):
|
||||
"""Load the rights manager chosen in configuration."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue