mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-07 18:30:54 +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
|
@ -44,6 +44,8 @@ MIMETYPES = {
|
|||
".xml": "text/xml"}
|
||||
FALLBACK_MIMETYPE = "application/octet-stream"
|
||||
|
||||
INTERNAL_TYPES = ("None", "none", "internal")
|
||||
|
||||
|
||||
def load(configuration, logger):
|
||||
"""Load the web module chosen in configuration."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue