mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-31 19:50:55 +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
|
@ -58,6 +58,8 @@ def run():
|
|||
kwargs["dest"] = "{0}_{1}".format(section, option)
|
||||
groups[group].append(kwargs["dest"])
|
||||
del kwargs["value"]
|
||||
if "internal" in kwargs:
|
||||
del kwargs["internal"]
|
||||
|
||||
if kwargs["type"] == bool:
|
||||
del kwargs["type"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue